@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Poppins&family=Roboto:wght@300&family=Work+Sans:wght@600&display=swap');

body {	
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #191919;	
}

a {
  display: inline-block;
  text-decoration: none;
}

a:visited,
a:hover,
a:active {
  text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

.header-area {
    background-image: url(images/bg-main.png);
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: top right;
}

.header-bg {
    background-image: url(images/header-bg2.png);
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: top left;
}

.header-btn {
    padding: 25px 0;
    text-align: right;
}

.header-btn a {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #202435;
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(179.89deg, rgba(255, 255, 255, 0) 0.1%, #E1E1E1 121.67%), #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 28px 45px rgba(40, 89, 136, 0.15);
    border-radius: 90px;
    transition: 0.2s all ease;
}

.header-btn a:hover {
    opacity: 0.9;
}

.header-btn a img {
    max-width: 22px;
    margin-right: 10px;
}

.header-main {
    padding: 200px 0 140px;
}

.header-left h2 {
    font-weight: bold;
    font-size: 55px;
    color: #1E2244;
}

.header-left p {
    font-size: 17px;
    font-weight: 400;
    color: #4D5B6B;
    margin: 25px 0 50px;
}

.header-left a {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #1A1A1A;
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(179.89deg, rgba(255, 255, 255, 0) 0.1%, #E1E1E1 121.67%);
    border: 1px solid #FBA405;
    filter: drop-shadow(0px 24px 45px rgba(251, 133, 0, 0.52));
    box-shadow: (0px 20px 35px rgba(251, 133, 0, 0.15));
    border-radius: 90px;
    transition: 0.2s all ease;
}

.header-left a:hover {
    opacity: 0.8;
}

.header-right img {
    width: 100%;
}

.oferta-area {
    padding: 20px 0;
}

.oferta-uper h2 {
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    color: #1E2244;
    margin-top: -60px;
}

.oferta-part {
    text-align: center;
}

.item1 {
    width: 435px;
    height: 435px;
    background: #FF9900;
    border: 7px solid #FFFEFE;
    border-radius: 50%;
    box-shadow: 39.0105px 55px 156.042px rgba(27, 49, 66, 0.13);
    text-align: center;
    position: relative;
    z-index: 9999999;
}

.item2 {
    width: 435px;
    height: 435px;
    background: #FFB800;
    border: 7px solid #FFFEFE;
    border-radius: 50%;
    box-shadow: 39.0105px 55px 156.042px rgba(27, 49, 66, 0.13);
    text-align: center;
    margin-top: 140px;
    position: relative;
    z-index: 9999999;
}

.item3 {
    width: 435px;
    height: 435px;
    background: #FFF8E6;
    border: 7px solid #FFFEFE;
    border-radius: 50%;
    box-shadow: 39.0105px 55px 156.042px rgba(27, 49, 66, 0.13);
    text-align: center;
    position: relative;
    z-index: 9999999;
}

.oferta-item img {
    width: 100px;
}

.oferta-item h4 {
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
    margin: 10px 0 20px; 
}

.oferta-item p {
    font-weight: normal;
    font-size: 17px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 20px;
}

.oferta-item {
    position: relative;
    z-index: 99999999999999;
    padding: 60px 40px;
}

.oferta-bg2 img {
    width: 100px;
}

.oferta-bg2 {
    padding-bottom: 50px;
}

.oferta-bg img {
    max-width: 140px;
}

.item3 h4,
.item3 p {
    color: #1F2244;
}

.oferta-uper {
    padding-bottom: 80px;
}

.item1::after,
.item2::after {
    content: "";
    width: 400px;
    height: 400px;
    display: block;
    border: 2px solid #FFB600;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 170px;
    z-index: -999;
}

.item1 {
    z-index: auto;
}

/*=== footer-area start ===*/
.footer-area {
    background-image: url(images/footer-mainbg.png);
    background-repeat: no-repeat;
    background-size: 1850px;
    background-position: bottom left;
}

.footer-bg1 {
    background-image: url(images/footer-bg-dot.svg);
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: 2% 0%;
    padding-top: 80px;
}

.footer-bg2 {
    background-image: url(images/footer-bg2.png);
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: right center;
}

.contact-part {
    background-image: url(images/contact-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border-radius: 20px;
    padding: 190px 0 285px;
}

.contact-right h2 {
    font-weight: bold;
    font-size: 40px;
    color: #1E2244;
}

.contact-right p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #76737D;
    margin: 20px 0 50px;
}

.contact-right a {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    background: linear-gradient(0deg, #FB9702, #FB9702), #E84E57;
    display: inline-block;
    padding: 18px 40px;
    box-shadow: 0px 43px 80px rgba(74, 74, 74, 0.32);
    border-radius: 90px;
}

.contact-right a img {
    max-width: 22px;
    margin-right: 10px;
}

.footer-cntpart {
    padding: 50px 50px;
}

.footer-item p {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-weight: normal;
    font-size: 16px;
    color: #151517;
}

.footer-item p a {
    color: #151517;
}

.footer-item p img {
    max-width: 25px;
    margin-right: 14px;
}

.footer-item p .location {
    max-width: 20px;
}

.copy-right {
    text-align: center;
    padding-top: 40px;
}

.copy-right  p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #5D5F7C;
}

.social-icons {
	/* padding-bottom: 43px; */
}

.social-icons ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	justify-content: center;
}

.social-icons ul li {
	display: inline-flex;
	margin: 0 3px;
	padding: 0;
	list-style-type: none;
}

.social-icons ul li:first-child {
	margin-left: 0;
}

.social-icons ul li:last-child {
	margin-right: 0;
}

.social-icons ul li a {
	width: 44px;
	height: 44px;
	background-color: rgba(84, 108, 233, 0.1);
	color: #546CE9;
	position: relative;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.social-icons ul li a img,
.social-icons ul li a svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.social-icons ul li a:hover {
	background-color: #546CE9;
}

.social-icons ul li a:hover svg path {
	fill: #fff;
}
