body{
	margin:0;
	padding:0;
	font-family: 'Rubik';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
    height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	-webkit-focus-ring-color;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}


@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.eot');
    src: url('../fonts/Rubik-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Rubik-Regular.woff2') format('woff2'),
        url('../fonts/Rubik-Regular.woff') format('woff'),
        url('../fonts/Rubik-Regular.ttf') format('truetype'),
        url('../fonts/Rubik-Regular.svg#Rubik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-SemiBold.eot');
    src: url('../fonts/Rubik-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Rubik-SemiBold.woff2') format('woff2'),
        url('../fonts/Rubik-SemiBold.woff') format('woff'),
        url('../fonts/Rubik-SemiBold.ttf') format('truetype'),
        url('../fonts/Rubik-SemiBold.svg#Rubik-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Bold.eot');
    src: url('../fonts/Rubik-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Rubik-Bold.woff2') format('woff2'),
        url('../fonts/Rubik-Bold.woff') format('woff'),
        url('../fonts/Rubik-Bold.ttf') format('truetype'),
        url('../fonts/Rubik-Bold.svg#Rubik-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Medium.eot');
    src: url('../fonts/Rubik-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Rubik-Medium.woff2') format('woff2'),
        url('../fonts/Rubik-Medium.woff') format('woff'),
        url('../fonts/Rubik-Medium.ttf') format('truetype'),
        url('../fonts/Rubik-Medium.svg#Rubik-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.header{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 0 10px;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header{
	padding: 15px 0;
	background: #fff;
    top: 0;
    box-shadow: 0 0 4px #b0b0b0;
    z-index: 999;
}
.top-bar{
}
.header-right{
	text-align: right;
}
.address{
	display: inline-block;
	vertical-align: middle;
}
.ad1{
	display: inline-flex;
	align-items: center;
	text-align: left;
	font-size: 16px;
	color: #373a42;
	margin-right: 20px;
}
.ad1 a{
	color: #373a42;
	transition: ease all 0.5s;
}
.ad1 a:hover{
	color: #2f418b;
	transition: ease all 0.5s;
}
.ad1 img{
	border: 1px dashed #2f418b;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.ad1 b{
	display:block;
}
.ad1:first-child b{
	font-size: 24px;
}
.quote-btn{
	display: inline-block;
	vertical-align: middle;
	background: #2f418b;
	color: #fff !important;
	font-size: 18px;
	padding: 9px 21px;
	border-radius: 50px;
	transition: ease all 0.5s;
}
.quote-btn:hover{
	background: #ff662a;
	transition: ease all 0.5s;
}
.banner{
	position: relative;
}
.banner:after{
	background: url(../images/shape1.png) no-repeat right;
	width: 100%;
	position: absolute;
	background-size: contain;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
}
.banner:before{
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(251,251,251,1) 9%, rgba(251,251,251,0.31) 34%, rgba(251,251,251,0.31) 100%);
	background: -webkit-linear-gradient(top, rgba(251,251,251,1) 0%,rgba(251,251,251,1) 9%,rgba(251,251,251,0.31) 34%,rgba(251,251,251,0.31) 100%);
	background: linear-gradient(to bottom, rgba(251,251,251,1) 0%,rgba(251,251,251,1) 9%,rgba(251,251,251,0.31) 34%,rgba(251,251,251,0.31) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#4ffbfbfb',GradientType=0 );
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.banner-content{
	position: absolute;
	width: 100%;
	bottom: 52px;
	left: 0;
	z-index: 99;
}
.banner-title{
	font-size: 30px;
	color: #000;
	text-shadow: 0 0 8px #fff;
}
.banner-title2{
	font-size: 56px;
	font-weight:bold ;
	color: #30418c;
	line-height: 1.1;
	padding-right: 14%;
	text-shadow: 0 0 8px #fff;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #f2662c;
	color: #fff;
	padding: 9px 22px;
	border-radius: 50px;
	margin-top: 20px;
	transition: ease all 0.5s;
}
.banner-btn a:hover{
	background: #2f418b;
	transition: ease all 0.5s;
}
.banner-btn .c-btn{
	background: #30428d;
	padding: 9px 26px;
}
.banner-btn .c-btn:hover{
	background: #ff662a;
}
.call-part{
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 38px;
	right: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.call-part b{
	display: block;
	font-size: 36px;
}
.call-part b a{
	color: #fff;
}
.call-part img{
	background: #fff;
	box-shadow: 0px 0px 0px 6px #ffffff6b;
	border-radius: 50%;
	margin-right: 20px;
	animation: pulse-animation 1.5s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}
.service-sec{
	padding: 40px 0 60px;
	background: url(../images/serv-bg.png) #e7e6e6 no-repeat center;
	background-position: 0 50px;
}
.serv-title{
	text-align: center;
	font-size:18px;
	font-weight: bold;
	color: #30428d;
	line-height: 1.3;
}
.serv-title b{
	display: block;
	font-size:36px;
	color: #000000;
}
.box1-top{
	margin-top: 50px;
}
.box1{
	position: relative;
	overflow: hidden;
}
.box1:before{
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.box1 img{
	width: 100%;
	transition: ease all 0.5s;
}
.box1-content{
	position: absolute;
	width: 100%;
	bottom: 35px;
	left: 0;
	right: 0;
	padding: 0 25px;
}
.icon img{
	background: #ff662a;
	border-radius: 50%;
	width: auto;
	transition: ease all 0.5s;
}
.box1:hover .icon img{
	background: #2f418b;
	transition: ease all 0.5s;
}
.box1-title{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-top: 22px;
	line-height: 1.3;
}
.box1-text{
	font-size: 16px;
	color: #000;
	padding-top: 10px;
}
.about-sec{
	padding: 55px 0;
}
.about-left{
	padding-right: 30px;
}
.about-left .serv-title{
	text-align: left;
}
.about-text{
	padding-top: 15px;
	color: #000000;
}
.ab-list{
	margin: 15px 0 0;
	padding: 0;
}
.ab-list li{
	list-style: none;
	display: inline-block;
	background: url(../images/r-arw.png) no-repeat center left;
	padding-left: 30px;
	font-size: 18px;
	color: #000;
	width: 49%;
	margin-top: 8px;
}
.professional-sec{
	background: url(../images/professional-bg.jpg) no-repeat center top;
	padding: 194px 0 117px;
	background-size: cover;
}
.professional-sec .serv-title, .professional-sec .serv-title b{
	color: #fff;
}
.professional-sec .serv-title b{
	line-height: 1.2;
	padding-top: 5px;
}
.form-sec{
	margin-top: -50px;
	padding-bottom: 30px;
	position: relative;
}
.form-part{	
	box-shadow: 0 0 13px #2b2b2b;
	background:#fff;
	border-radius: 10px;
	overflow: hidden;
}
.form-right{
	background: url(../images/form-bg.jpg) no-repeat top right;
	background-size: cover;	
	height: 100%;
	
}
.form-left{
	padding: 50px 20px 50px 75px;
}
.form-title{
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}
.form-new{
	margin-top: 30px;
}
.frm_fld input {
    width: 100%;
	padding: 18px 15px !important;
	border: none !important;
	margin-top: 10px;
	border-radius: 5px;
	background: #f5f5f5;
}
.frm_fld select {
    background: url(../images/dropdown.png) no-repeat #f5f5f5 center right 10px;
    width: 100%;
    border: none !important;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 15px;
    color: #080d0e;
    padding: 18px 30px 18px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.frm_fld textarea {
    width: 100%;
    height: 115px;
    background: #f5f5f5;
    margin-top: 10px;
	border-radius: 5px;
    border: none !important;
    resize: none;
	padding:18px 15px !important;
}
.send_btn input {
    border: none !important;
	border-radius: 50px !important;
	color: #fff !important;
	padding: 10px 22px 12px !important;
	background: #ff662a !important;
	font-size: 16px !important;
	font-weight: normal !important;
	margin-top:34px;
	text-transform: none !important;
}
.work-sec{
	padding: 40px 0 60px;
}
.box2-top{
	margin-top: 60px;
	position: relative;
}
.box2-top:after{
	background: url(../images/shape2.png) no-repeat;
	width: 43px;
	height: 41px;
	position: absolute;
	top: 45px;
	right: -22px;
	content: "";
}
.box2-top:last-child:after{
	display: none;
}
.box2{
	text-align: center;
}
.icon2{
	display: inline-block;
	position: relative;
}
.icon2 img{
	box-shadow: 0px 0px 0px 12px #f5f5f5;
	border-radius: 50%;
	width: 130px;
}
.one{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	background: #ff662a;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	padding: 7px;
	position: absolute;
	top: -10px;
	right: -4px;
}
.box2-title{
	font-size: 24px;
	color: #30428d;
	line-height: 1.2;
	padding-top: 35px;
}
.testimonial-sec{
	background: url(../images/testi-bg.jpg) #fff no-repeat center top;
	background-size: cover;
	padding: 55px 0 90px;
}
.testi-part{
	margin-top: 40px;
}
.sp-testimonial-free-section .sp-testimonial-item{
	background: #fff !important;
	padding: 26px 25px;
	box-shadow: 0 0 8px #7c7c7c;
	border-radius: 20px;
	position:relative;
	z-index:9999;
}
/* .sp-testimonial-free-section .sp-testimonial-item:before{
	width: 412px;
	height: 169px;
	background: #fe662a;
	position: absolute;
	top: -52px;
	left: 0;
	content: "";
	border-radius: 20px;
	z-index:-1;
} */


.sp-testimonial-free-section .sp-testimonial-client-name{
	font-size: 21px !important;
	text-align: right !important;
	background:url(../images/star.png) no-repeat center left;
	margin-top: 40px !important;
}
#sp-testimonial-free-wrapper-17 .sp-testimonial-free-section .sp-testimonial-client-name{
	color:#000 !important;
}
.sp-testimonial-free-section.swiper-initialized{
	margin-bottom: 56px !important;
	padding-right: 20px !important;
}
.footer{
	margin-top: -25px;
	position: relative;
	padding-bottom: 35px;
}
.foot-address{
	background: #30428d;
}
.foot_box{
	text-align: center;
	padding: 30px 0;
}
.foot_box img{
	border: 1px dashed #fff;
}
.title{
	font-size: 18px;
	color: #fff;
	margin-top: 18px;
	line-height: 1.2;
}
.title a{
	color: #fff;
	transition: ease all 0.5s;
}
.title a:hover{
	color: #ff662a;
	transition: ease all 0.5s;
}
.title b{
	display: block;
	font-size: 17px;
}
.foot-sec{
	text-align: center;
	padding: 35px 0 10px;
}
.social{
	margin-top: 30px;
}
.social a{
	margin: 0 8px;
}
.copyright{
	margin-top: 30px;
	font-size: 14px;
	color: #000;
}
.copyright a{
	color: #000;
}
#back2Top {
    width: 40px;
    height: 40px;
    line-height: 22px;
    overflow: hidden;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    transform: rotate(0deg);
    position: fixed;
    bottom: 54px;
    right: 2%;
    color: #fff;
    background: #30428d;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    transition: all 0.5s;
}
#back2Top.show {
    opacity: 1;
}
.whatsapp{
	position:fixed;
	top:150px;
	right:15px;
	content:"";
	z-index:999;
}







