* {
padding: 0px;
margin: 0px;
box-sizing: border-box;
}

/* <style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
font-family: "Poppins", sans-serif;
</style>     */

body {
font-family: "Poppins";
overflow-x:hidden;
}

a {
text-decoration: none !important;
}

ul {
padding: 0px !important;
margin: 0px !important;
list-style: none !important;
}

img{
max-width:100%;
height:auto;    
}

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

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

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


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

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

/* btn */

.banner-btn, .btn1, .footer-btn .btn1, .contact-btn .wpcf7-submit{
border-radius:50px;
background: #36c2dc;
padding:12px 20px 12px 55px;
display:inline-block; 
font-size: 20px;
letter-spacing: 1px;
text-transform: uppercase;
color: #ffffff;
font-weight: 700;
position: relative;
transition:0.5s ease-in-out all 0s;   
}

.banner-btn:before{
position:absolute;
content:"";    
background:url(../images/banner-btn-icon.png) #fff no-repeat 0 0;
width:28px;
height:28px;
background-size:16px;
border-radius:50%;
background-position:center;
left:17px;
transition:0.5s ease-in-out all 0s;
}

.banner-btn:hover, .btn1:hover, .footer-btn .btn1:hover, .contact-btn .wpcf7-submit:hover, .contact-btn .wpcf7-submit:focus, .contact-btn .wpcf7-submit:active{
box-shadow:inset 0 80px #236fa3;
color:#fff;   
transition:0.5s ease-in-out all 0s;    
}

.btn1, .contact-btn .wpcf7-submit{
padding:11px 30px;
font-size: 16px;
color: #fdfdfd;
font-weight:400; 
text-transform:capitalize;
letter-spacing:0;   
}

.btn2, .cta-btn{
border: 2px solid #236fa3;
border-radius:50px;
font-size: 16px;
text-transform: uppercase;
color: #236fa3;
font-weight: 600;
display:inline-block;
padding:12px 40px;
transition:0.5s ease-in-out all 0s;
}

.btn2:hover{
background:#236fa3; 
color:#fff; 
transition:0.5s ease-in-out all 0s;  
}

.wcu-btn-part .btn2{
border-color:#fff;
color:#fff;    
}

.wcu-btn-part .btn2:hover{
background:#fff; 
color:#236fa3;    
}

.cta-btn-part .btn2{
padding:10px 30px; 
font-size: 17px;
font-weight:600;  
background: #236fa3;
color:#fff;
}

.cta-btn-part .btn2:hover{
background:inherit;  
color: #236fa3;  
}

.footer-btn .btn1{
font-size: 14px;
color: #272727;
font-weight: 500;
text-transform:capitalize;
padding:12px 30px;
letter-spacing:0px;
}

.cta-btn{
border:2px solid #fff;
color:#fff;
padding:10px 30px;
margin:0px 5px; 
display:inline-block;	
}

.cta-btn:hover{
background:#fff;
color:#236fa3;    
}

/* header-sec */

.header{
position: fixed;
top: 0;
left: 0;
width: 100%;
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 {    
top:-92px;
animation: smoothScroll 1s;
z-index: 999;
transition: all 0.5s ease 0s;
filter:drop-shadow(0px 0px 4px rgba(0,0,0,0.20));
}

.topbar-sec{
background:#fff;
padding:5px 0px;    
}

.logo a img{
width:278px;    
}

.topbar-right ul{
display:flex;
align-items:center;
justify-content:flex-end;
gap:50px;    
}

.topbar-right li{
font-size: 14px;
line-height: 22px;
color: #494949;
font-weight: 500;
position: relative;
padding-left:45px;
}

.topbar-right li:after{
position:absolute;
content:"";
border-right:1px solid #e2e4e9;  
width: 1px;
height: 47px;
right:-24px;
top:0px;      
}

.topbar-right li:last-child{
padding-right:0px;  
}

.topbar-right li:last-child:after{
border:0px;  
}

.topbar-right li span{
position:absolute; 
top:6px;
left:0px; 
}

.topbar-right li span img{
width:33px; 
}

.topbar-right li a{
display:block; 
transition:0.5s ease-in-out all 0s;   
}

.topbar-right li a:hover{
transition:0.5s ease-in-out all 0s; 
color:#236fa3;   
}

.topbar-right li:nth-child(2), .topbar-right li:nth-child(3){
font-size:12px;  
text-transform:uppercase;  
}

.call-text{
font-size:20px;
color: #494949;
font-weight: 600;
color:#000000;
text-transform:lowercase;
}

.mail-text{
font-size:15px;
color:#282828; 
text-transform:lowercase;  
}

.menu-sec{
background: #236fa3;
display:flex;
}

.menu ul{
display:flex;
flex-flow:wrap;
align-items:center;
justify-content:space-between;    
}

.menu ul li{
font-size: 15px;
letter-spacing:1px;
text-transform: uppercase;
font-weight: 500;
margin-right:8px;
}

.menu ul li:last-child{
margin-right:0px;    
}

.menu ul li a{
color: #ffffff;
padding:12px 40px;
display:block;
transition:0.5s ease-in-out all 0s;   
}

.menu ul li a:hover{
transition:0.5s ease-in-out all 0s;     
}

/* banner-sec */

.banner-sec{
background: #e7fbff;
padding-top:70px; 
position: relative;
margin-top:138px;  
}

.banner-sec:before{
position:absolute;
content:"";
background:url(../images/banner-left-img.png) no-repeat 0 0;
width:286px; 
height:302px;
background-size:contain; 
left:0px;
top:40px;  
}

.banner-sec:after{
position:absolute;
content:"";
background:url(../images/banner-right-img.png) no-repeat 0 0;
width:306px; 
height:431px;
background-size:contain; 
right:0px;
top:45px;  
}

.banner-part{
max-width:580px; 
text-align:center;
margin:auto;   
}

.banner-heading{
font-size: 50px;
line-height: 56px;
text-transform: uppercase;
color: #000000;
font-weight: 700;
padding-top:15px;
}

.banner-para{
font-size: 14px;
text-transform: uppercase;
color: #236fa3;
font-weight: 500;
padding:20px 0px 18px;
}

/* banner-bottom-sec */

.banner-bottom-sec{
background: #e7fbff;
padding-top:70px;    
}

.wrap-box{
background:#236fa3;
padding:27px 19px;
border-radius:8px;
position: relative;
overflow:hidden;
z-index:1;
height:100%;
}

.wrap-box:before{
position:absolute;
content:"";
background:url(../images/wrap-texture.jpg) no-repeat 0 0;
width:100%;
height:100%;
top:0px;
left:0px;
mix-blend-mode:luminosity;
opacity:0.7;
background-size:cover;
z-index:-1;    
}

.wrap-box-icon-text{
display:flex;  
align-items:center;  
}

.wrap-box-icon-text img{
width:39px;
}

.wrap-box-heading{
font-size: 18px;
line-height: 24px;
text-transform: uppercase;
color: #ffffff;
font-weight: 600;
margin-left:15px;
}

.wrap-box-para{
font-size: 13px;
line-height: 21px;
color: #ffffff;
font-weight: 400;
padding-top:22px;
}

/* about-sec */

.about-sec{
background: #e7fbff;
padding:70px 0px;   
}

.about-sec .container{
position: relative; 
}

.about-bg{
border-radius: 10px;
filter: drop-shadow(8.619px 11.032px 7.5px rgba(12,13,12,0.09));
background: #fdfdfd;
padding:50px 30px;
}

.about-sec .container:before{
position:absolute;
content:"";
background:url(../images/about-circle-texture.png) no-repeat 0 0;
width:124px; 
height:127px;
background-size:contain; 
left:-60px;
top:-30px;  
}

.sub-heading{
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
color: #030303;
font-weight: 400;
padding-left:15px;
position: relative;
margin-bottom:12px;
}

.sub-heading:before{
position:absolute;
content:"";    
width: 7px;
height: 7px;
background: #36c2dc;
border-radius:50%; 
top:5px;
left:0px;   
}

.main-heading{
font-size: 40px;
letter-spacing: 1px;
line-height: 47px;
text-transform: uppercase;
color: #030303;
font-weight:700;
min-height:94px;
}

.about-img img{
border-radius:10px;    
}

.about-para{
padding:55px 0px 18px;
font-size: 14px;
line-height: 25px;
color: #030303;
font-weight: 400;  
}

/* service-sec */

.service-sec{
background: #236fa3;
padding:60px 0px 90px;
position: relative;
z-index:1;
}

.service-sec:before{
position:absolute;
content:"";
background:url(../images/service-bg-texture.png) no-repeat 0 0;
width:100%;
height:100%; 
top:0px;
left:0px;
background-size:cover;
mix-blend-mode:color-burn;
opacity:0.29;
z-index:-1;   
}

.service-sec:after{
position:absolute; 
content:""; 
background:url(../images/service-bottom-arrow-bg.png) no-repeat 0 0; 
width:319px; 
height:41px;
background-size:contain;
left:0px;
bottom:0px;
}

.service-heading-part{
max-width:65%;
margin:0px 0px 60px 8.5%;
}

.service-heading-part .sub-heading{
color:#fdfdfd;    
}

.service-heading-part .sub-heading:before{
background:#fdfdfd;    
}

.service-heading-part .main-heading{
font-size: 35px;
line-height: 46px;
color:#fdfdfd;   
}

.carousel-gap{
margin-left:8.5%;   
}

.service-box{
position: relative; 
cursor: pointer;  
}

.service-box img{
border-radius:4px; 
}

.service-text-box{
border-radius: 4px;
background: #ffffff;
padding:20px 20px 15px;
position:absolute;
left:20px;
right:20px;
bottom:30px;
min-height:138px;
}

.service-text-box:before{
position:absolute;
content:"";
background:url(../images/service-arrow.png) #36c2dc no-repeat 0 0;
width:28px;
height:28px;
border-radius:50%;
background-position:center; 
top:18px;
right:14px;   
}

.service-box-heading{
font-size: 20px;
line-height: 28px;
text-transform: uppercase;
color: #1a1a1a;
font-weight: 700;
padding-bottom:5px;
max-width:80%;
}

.service-box-para{
font-size: 13px;
line-height: 21px;
color: #3f3f3f;
font-weight: 400;
}

.owl-carousel .owl-nav{
right:8.5%;
top:-22%; 
font-size:0px;   
}

.owl-nav {
position: absolute;
top:-48px;
right:0%;
transform: translate(0, -50%);
margin-top: 0;
}

.owl-prev{
width: 39px;
height: 39px;
border-radius: 50%;
background: #36c2dc !important;
position: relative;
margin-right:5px;
}

.owl-prev:before{
position:absolute;
content:"";
background:url(../images/left-arrow.png) no-repeat 0 0;
width:14px;
height:13px;
left:50%;
top:50%;
transform:translate(-50%, -50%);
z-index:1;
}

.owl-next{
width: 39px;
height: 39px;
border-radius: 50%;
background: #36c2dc !important;
position: relative;
margin-left:5px;
}

.owl-next:before{
position:absolute;
content:"";
background:url(../images/right-arrow.png) no-repeat 0 0;
width:14px;
height:13px;
left:50%;
top:50%;
transform:translate(-50%, -50%);
z-index:1;
}

/* work-sec */

.wrapper{
margin-top:90px;    
}

.work-img-part{
position: relative; 
z-index:1;   
}

.work-img-part:before{
position:absolute;
content:"";
background:url(../images/work-circle-texture.png) no-repeat 0 0;
width:205px;
height:407px; 
z-index:-1; 
top:75px;
left:-60px;
background-size:contain;	
}

.work-img-part img{
padding:0px 0px 0px 70px;    
}

.work-sec .sub-heading{
color: #236fa3;
}

.work-sec .sub-heading:before{
background: #236fa3;   
}

.work-sec .main-heading{
padding-bottom:50px;    
}

.work-icon-text-box{
display:flex;
align-items:center;
margin-bottom:35px;    
}

.work-icon-part{
width: 82px;
height: 71px;
background: #36c1dc; 
clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); 
display:flex;
align-items:center;
justify-content:center;  
}

.work-icon-part img{
height:38px;
}

.work-text-part{
margin-left:15px;
max-width:75%;    
}

.work-heading-text{
font-size: 20px;
text-transform: uppercase;
color: #000000;
font-weight: 700;
}

.work-para-text{
font-size: 13px;
line-height: 23px;
color: #373737;
font-weight: 400;
}

/* wcu-sec */

.wcu-sec{
background: #236fa3; 
padding:70px 0px 0px; 
position:relative; 
z-index:1;
overflow:hidden;
}

.wcu-sec:before{
position:absolute;
content:"";
background:url(../images/wcu-bg-texture.jpg) no-repeat 0 0;
width:100%;
height:100%;
top:0px;
left:0px;
background-size:cover; 
z-index:-1;
mix-blend-mode:luminosity;
opacity:0.17;   
}

.wcu-sec .row{
padding-bottom:60px;    
}

.wcu-sec .sub-heading, .testimonial-sec .sub-heading{
color: #36c2dc;    
}

.wcu-sec .sub-heading:before, .testimonial-sec .sub-heading:before{
background: #36c2dc;     
}

.wcu-sec .main-heading{
font-size: 30px;
line-height: 39px;
padding-bottom:30px;
}

.slide-sec{
transform:rotate(354deg);
}

.slider {
overflow: hidden;
position: relative;
width: auto;
}

.slide{
width: 218px;
min-width:218px;
height: 118px;
filter: drop-shadow(8.619px 11.032px 7.5px rgba(12,13,12,0.07));
background-color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
border-radius:4px;    
}

.slide img {
max-width:100%;
max-height: 100px;
}

.slider .slide-track {
animation: scroll 20s linear infinite;
display: flex;
align-items:center;
width: calc(185px * 20);
}

.slider2 .slide-track {
animation: scroll2 20s linear infinite;
display: flex;
align-items:center;
width: calc(185px * 20);
}

.slider .slide {
margin:10px 12px;
}

.slider .slide-track:hover, .slider2 .slide-track:hover {
-moz-animation-play-state: paused;
-webkit-animation-play-state: paused;
animation-play-state: paused
}

@keyframes scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(calc(-185px * 6));
}
}

@keyframes scroll2 {
0% {
transform: translateX(-1100px);
}
100% {
transform: translateX(calc(185px * 1));
}
}

/* testimonial-sec */

.testimonial-sec .sub-heading{
margin:0px auto 12px; 
display:table;   
}

.testimonial-sec .main-heading{
font-size:35px; 
padding-bottom:40px;   
}

.sp-testimonial-free-wrapper{
overflow:inherit !important;    
}

#sp-testimonial-free-wrapper-37 .sp-testimonial-free-section{
margin:0px !important;    
}

.sp-testimonial-free{
border-radius: 10px !important;
filter: drop-shadow(0px 0px 4px rgba(12,13,12,0.19)) !important;
background: #ffffff !important;
padding:60px 15px 30px 25px !important;
margin:10px !important;
position: relative;    
}

/* .sp-testimonial-content{
min-height:240px;
display:block !important;    
} */

.sp-testimonial-content{
float: left;
height:240px;
width:100%;
overflow:auto;
margin:5px 0px 20px !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p{
font-size: 14px !important;
line-height: 24px !important;
color: #2e2e2e !important;
font-weight: 400 !important;
text-align:left !important;
padding:0px 10px 0px 0px !important;
margin:0px !important; 
min-height:240px;
}

.sp-testimonial-client-rating{
position:absolute;
top:30px;
left:25px;    
}

.sp-testimonial-client-name{
font-size: 18px !important;
line-height: 24px !important;
text-transform: uppercase !important;
color: #236fa3 !important;
font-weight: 700 !important; 
text-align:left !important; 
margin-bottom:0px !important;  
}

.sp-testimonial-client-designation{
font-size: 11px !important;
line-height: 24px !important;
color: #222222 !important;
font-weight: 500 !important; 
text-align:left !important;   
}

.sp-testimonial-free-section .testimonial-nav-arrow{
transform: translateY(0px) !important; 
}

.fa-angle-right:before{
position:absolute;
content:"";
background:url(../images/testimonial-right-arrow.png) no-repeat 0 0;
width:14px;
height:28px;
background-size:contain;
right:-30px;
top:0%;
}

.fa-angle-left:before{
position:absolute;
content:"";
background:url(../images/testimonial-left-arrow.png) no-repeat 0 0;
width:14px;
height:28px;
background-size:contain;
left:-30px;
top:0%;
}

.sp-testimonial-content::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #236fa3;
}

.sp-testimonial-content::-webkit-scrollbar
{
width:3px;
background-color: #F5F5F5;
}

.sp-testimonial-content::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #303131;
}

/* contact-sec */

.contact-sec{
background: linear-gradient(26deg, #236fa3 0%, #3c98d7 53%, #3c98d7 54%, #1d6191 100%); 
padding-top:85px;   
}

.contact-sec .contact-right{
position: relative;
}

.contact-sec .contact-right:before{
position:absolute;
content:"";    
width:1px;
height:100%;
background:#cfdfeb;
left:0px;    
}

.contact-bg{
border-radius: 15px 15px 0px 0px;
background-color: #ffffff;
padding:60px 55px 50px;
}

.main-heading2{
font-size: 34px;
text-transform: uppercase;
color: #236fa3;
font-weight: 700;
padding-bottom:30px;
}

.contact-info-body-part{
display:flex;  
align-items:center;
margin-bottom:27px;  
}

.contact-info-icon{
width: 62px;
height: 54px;
background: #236fa3;
clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); 
display:flex;
align-items:center;
justify-content:center; 
}

.contact-info-icon img{
width:23px; 
filter:brightness(0) invert(1);   
}

.contact-info-text-part{
margin-left:13px; 
max-width:70%;   
}

.contact-info-heading{
font-size: 15px;
text-transform: uppercase;
color: #236fa3;
font-weight: 600;
}

.contact-info-detail{
font-size: 15px;
color: #060606;
font-weight: 600;
}

.contact-info-detail a{
font-size: 18px;
color: #060606;   
font-weight: 600;
transition:0.5s ease-in-out all 0s;
}

.contact-info-detail a:hover{
color: #3c98d7;    
transition:0.5s ease-in-out all 0s;    
}

.contact-form p{
margin-bottom:15px;    
}

.contact-form .wpcf7-text, .contact-form .wpcf7-select, .contact-form .wpcf7-textarea{
border-bottom:2px solid #000 !important;  
border:0px;
padding-left:0px;
width:100%;
min-height:42px; 
color: #323232;
font-size:14px; 
font-weight:400; 
outline:none; 
}

.contact-form .wpcf7-textarea{
height:100px;
resize:none;  
margin-bottom:10px; 
}

.contact-form input::placeholder, .contact-form select::placeholder, .contact-form textarea::placeholder{
color: #323232;
font-size:14px;  
font-weight:400;  
}

.contact-btn .wpcf7-submit{
font-weight:600; 
text-transform:uppercase;
font-size:16px;   
}

.contact-form .wpcf7-select{
appearance:none; 
background:url(../images/service-box-arrow.png) no-repeat 0 0;
background-position:98% 17px;   
}

/* gallery-sec */

.page-id-7 .rl-basicgrid-gallery{
margin:0px 15px;
}

.page-id-7 .rl-basicgrid-gallery .rl-gallery-item img{
width:100%;   
}

.page-id-7 .rl-gallery .rl-gallery-item{
border-radius: 7px !important; 
}


.page-id-7 .rl-gallery-item img[alt="gallery2"], 
.page-id-7 .rl-gallery-item img[alt="gallery3"], 
.page-id-7 .rl-gallery-item img[alt="gallery4"]{
margin-left:40px;    
}

.page-id-7 .rl-gallery-item img[alt="gallery2"], 
.page-id-7 .rl-gallery-item img[alt="gallery3"]{
height:335px !important;
object-fit:cover; 
object-position:top;  
}

.page-id-15 .rl-gallery .rl-gallery-item{
width:23% !important;	
}

.page-id-15 .rl-basicgrid-gallery{
gap:20px;
justify-content:space-between !important;	
}

/* cta-sec */

.cta-body-part{
max-width:70%; 
margin:auto;   
}

.cta-sec .sub-heading{
font-size: 13px;
color: #36c1dc;
font-weight: 600;
margin:0px auto 12px;
display:table;    
}

.cta-sec .main-heading{
font-size: 25px !important; 
line-height: 34px !important;
padding-bottom:20px;
}

.cta-sec .main-heading span{
color:#236fa3;
}

/* footer-sec */

.footer-sec{
margin-top:70px;
background: #041622; 
padding:40px 0px 30px;
overflow:hidden;	
}

.footer-sec .pe-lg-4{
position: relative;    
}

.footer-sec .pe-lg-4:before{
position:absolute;
content:"";
background-color: rgba(255, 255, 255, 0.05);
width:1px;
height:100%;
right:0px;
top:0px;
}

.footer-logo img{
width:73px;    
}

.footer-para{
font-size: 14px;
line-height: 23px;
color: #e3e3e3;
font-weight: 400;
padding:12px 0px 20px;
}

.footer-heading{
font-size: 20px;
text-transform: uppercase;
color: #36c1dc;
font-weight: 700;
padding-bottom:15px;
}

.footer-menu ul li{
font-size: 14px;
line-height:30px;
text-transform: uppercase;
color: #e6e6e6;
font-weight: 400;
}

.footer-menu ul li a{
color:#fff; 
transition:0.5s ease-in-out all 0s;   
}

.social-info ul{
display:flex; 
gap:10px;   
}

.social-info ul li a{
width: 42px;
height: 42px;
border-radius:50%;
background: #236fa3;
display:flex;
align-items:center;
justify-content:center;
}

.social-info ul li a img{
width:18px;    
}

.footer-contact-info ul li{
font-size: 14px;
line-height:35px;
margin-bottom:12px;
color: #ffffff;
font-weight: 400;
padding-left:44px;
position: relative;
}

.footer-contact-info ul li:last-child{
line-height:26px;
margin-bottom:0px;   
}

.footer-contact-info ul li span{
width: 32px;
height: 32px;
border-radius:50%;
background-color: #236fa3; 
display:flex;
align-items:center;
justify-content:center;  
position:absolute;
left:0px;
top:2px; 
}

.footer-contact-info ul li span img{
width:14px;
filter:brightness(0) invert(1);    
}

.footer-contact-info ul li a{
color:#fff; 
transition:0.5s ease-in-out all 0s;   
}

.copyright-text{
padding:15px;
font-size: 13px;
text-transform: uppercase;
color: #2e2e2e;
font-weight: 500; 
text-align:center;   
}

.copyright-text a{
color: #2e2e2e;
transition:0.5s ease-in-out all 0s;   
}

.footer-menu ul li a:hover, .footer-contact-info ul li a:hover, .copyright-text a:hover{
color: #36c2dc;
transition:0.5s ease-in-out all 0s;   
}

/* scroll to top */

#top {
background-image:linear-gradient(26deg, #236fa3 0%, #3c98d7 53%, #3c98d7 54%, #1d6191 100%);
border-radius:50%;
padding:8px;
bottom: 0;
color: #ffffff;
height:50px;
position: fixed;
right: 20px;
bottom:40px;
text-align: center;
text-transform: uppercase;
width:50px;
opacity: 0;
z-index: 10000;
font-size:0px;
border: 0;
transition: all 0.2s ease-in-out 0s;
cursor: pointer;
outline: none;

.fa-chevron-up {
line-height: 35px;
-webkit-font-smoothing: antialiased;
font-family: "FontAwesome";
font-size: 22px;
}
}
#top.show {
opacity: 1;
}

.upper-arrow img{
animation: bounce 1.5s infinite;
} 

@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}	
40% {-webkit-transform: translateY(-12px);}
60% {-webkit-transform: translateY(-3px);}
}

.site-content, .site-main .widecolumn {
margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
background:#e7fbff !important;
background-size: cover !important;
max-width: 100% !important;
padding: 170px 0 100px !important;
margin:138px 0 0px !important;
position: relative;
overflow: hidden;
text-align: center;
}

.blog_page_header{
margin-bottom:60px !important;    
}

.page .entry-header:before, .blog_page_header:before {
background:url(../images/inner-banner-texture.jpg) no-repeat 0 0;
Width:100%;
background-size:cover;	
position: absolute;
content: "";
top: 0;
right: 0;
bottom: 0;
left: 0;
mix-blend-mode:luminosity;
opacity: 0.4;
}

.page .entry-content {
max-width: 100% !important;
padding: 0px !important;
}
.content-area, .content-sidebar {
padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
color: #000;
position: relative;
font-size: 30px;
font-weight: 600;
text-transform: none;
z-index: 99;
margin-bottom: 3px;
}
.breadcrumb-container {
width: 100%;
color:#236fa3;
position: relative;
font-size: 14px;
}
.breadcrumb-container a {
color:#236fa3;
}
.page {
margin-top: 0 !important;
}

/* inner-sec */

.inner-sec{
margin-top:60px;    
}

.inner-sec .col-lg-5.mb-4 img{
width:100%;
}

.inner-img img{
border-radius:5px;    
}

.inner-heading{
color:#236fa3;
font-size:28px;
line-height:1.3;
font-weight:700; 
padding-bottom:10px;   
}

.inner-sub-heading{
color:#35c1db;
font-size:20px;
font-weight:700;
/* padding-bottom:10px; */
}

.inner-para, .tab-pane, .blog .site-content .entry-summary {
font-size: 14px;
line-height: 25px;
color: #030303;
font-weight: 400;
}

.inner-para strong{
display:inline-block;
padding-bottom:3px;    
}

.inner-para:last-child, .inner-para p:last-child{
margin-bottom:0px;    
}

.inner-list{
margin:10px 0px;    
}

.inner-list ul li{
font-size: 14px;
line-height: 30px;
color: #030303;
font-weight: 400;
padding-left:22px;
background:url(../images/list-icon.png) no-repeat 0 0;
background-size:15px;
background-position:left 8px;
} 

.inner-half-list ul li{
width:48%;
display:inline-block;
vertical-align:top;    
}

.inner-box, .review-box{
background:linear-gradient(26deg, #236fa3 0%, #3c98d7 53%, #3c98d7 54%, #1d6191 100%);
padding:30px 25px;
height:100%;
border-radius:5px;
color:#fff;    
}

.inner-box-icon img{
max-height:60px;
margin-bottom:8px;    
}

.inner-box-heading{
font-size:22px;   
font-weight:700;
padding-bottom:8px; 
}

.inner-box-para, .review-box-para, .call-para{
font-size: 14px;
line-height:25px;
color: #fff;    
}

.team-box{
background:#fff;
border:1px solid rgba(35, 112, 163, 0.4);
height:100%; 
padding:25px;
filter:drop-shadow(0px 0px 4px rgba(12,13,12,0.19)) !important;
border-radius:5px; 
text-align:center;  
}

.team-box-img, .timeline-img{
margin-bottom:15px;    
}

.team-box-img img, .timeline-img img{
height: 250px !important;
object-fit: cover;
width: 100%;
object-position: top;
border-radius:5px 5px 0px 0px;    
}

.timeline-img img{
object-position:center;    
}

.team-box-heading, .review-box-heading{
color:#236fa3;
font-weight:700;
font-size:22px;
}

.team-box-designation, .review-box-designation{
color:#35c1db;
font-size:13px;
font-weight:500;    
}

.team-box-para{
font-size: 14px;
line-height: 25px;
color: #030303;
font-weight: 400;
padding:7px 0px;
}

.review-box-heading{
color:#fff;
font-size:20px; 
padding:5px 0px 0px;   
}

.call-bg{
background:#236fa3;
padding:30px;
border-radius:8px;
text-align:center;    
}

.call-heading{
color:#fff;
font-size:28px;
line-height:1.3;
font-weight:700;    
}

.call-para{
padding:8px 0px 15px;
}

/* The actual timeline (the vertical ruler) */
.timeline {
position: relative;
max-width: 1200px;
margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
content: '';
position: absolute;
width: 6px;
background-color: #36c1dc;
top: 0;
bottom: 0;
left: 50%;
margin-left: -3px;
}

/* Container around content */
.timeline-box {
padding: 10px 40px;
position: relative;
width: 50%;
}

/* The circles on the timeline */
.timeline-box::after {
content: '';
position: absolute;
width: 25px;
height: 25px;
right: -13px;
background-color: white;
border:4px solid #236fa3;
top: 15px;
border-radius: 50%;
z-index: 1;
}

/* Place the container to the left */
.left {
left: 0;
}

/* Place the container to the right */
.right {
left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
content: " ";
height: 0;
position: absolute;
top: 22px;
width: 0;
z-index: 1;
right: 30px;
border: medium solid #236fa3;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #236fa3;
}

/* Add arrows to the right container (pointing left) */
.right::before {
content: " ";
height: 0;
position: absolute;
top: 22px;
width: 0;
z-index: 1;
left: 30px;
border: medium solid #236fa3;
border-width: 10px 10px 10px 0;
border-color: transparent #236fa3 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
left: -13px;
}

/* The actual content */
.content {
padding:25px;
background-color: #236fa3;
position: relative;
border-radius: 6px;
}

.timeline-date{
background:rgb(255 255 255 / 10%);
padding:3px 15px;
font-size:14px;
border-radius:50px; 
display:inline-block;
color:#fff;
font-weight:500;
border:1px solid #fff;   
}

.timeline-heading{
color:#35c1db;
font-size:20px; 
font-weight:700;
padding:10px 0px 5px;
text-transform:uppercase;   
}

.timeline-para{
font-size:14px;
color:#fff;
line-height:25px;    
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
.timeline::after {
left:20px;
}

/* Full-width containers */
.timeline-box {
width: 100%;
padding-left: 55px;
padding-right: 0px;
}

/* Make sure that all arrows are pointing leftwards */
.timeline-box::before {
left: 45px;
border: medium solid #236fa3;
border-width: 10px 10px 10px 0;
border-color: transparent #236fa3 transparent transparent;
}

/* Make sure all circles are at the same spot */
.left::after, .right::after {
left:8px;
}

/* Make all right containers behave like the left ones */
.right {
left: 0%;
}
}

/* faq */

.faq-block {
margin-top: 15px
}

.faq-heading {
margin-top: 0px;
margin-bottom: 0px;
font-size: 15px;
font-weight:600;
background:#35c1db;
color: #fff;
padding: 12px 20px;
line-height: inherit;
border-radius: 5px 5px 0px 0px
}

.faq-para {
color: #2f2f2f;
padding: 17px 20px;
background: #f9f9f9;
font-size:15px;
border-radius: 0px 0px 5px 5px;
border-bottom:1px solid #d1d1d1;
}

.nav-tabs{
justify-content:center;
border:0px;
margin:10px 0px 25px !important;	
}

.nav-item button{
border:0px !important;	
}

.nav-tabs .nav-link{
background:slategrey;
color:#fff;
margin:3px 5px;
border-radius:8px !important;
font-size:14px;
font-weight:500;	
}

.nav-tabs .nav-link.active{
background:#236fa3;	
color:#fff;	
}

.tab-pane{
text-align:center;    
}

/* blog */

.more-link {
display: block;
width: fit-content;
padding: 12px 20px;
margin:20px 0px 30px;
border-radius:50px;
background:#236fa3;
color:#fff;
transition:0.5s ease-in-out all 0s;
font-size:16px;
}

.more-link:hover {
background:#35c1db;
transition:0.5s ease-in-out all 0s;
}

.entry-title{
font-size:30px !important;
line-height:1.3 !important;
text-transform: capitalize;
font-weight:700 !important;   
}

.wp-block-heading {
border-top: 5px solid #236fa3;
color: #1e1e1e;
font-size: 18px;
font-weight: 600;
margin: 0 0 18px;
padding-top: 7px;
text-transform: uppercase;
}

.site-content .has-post-thumbnail .entry-header {
margin-top: 0 !important;
}

.post-template-default .site-content .entry-content,
.post-template-default .site-content .entry-header,
.blog .site-content .entry-header,
.blog .site-content .entry-summary {
max-width: 100% !important;
}

.content-sidebar .widget a{
color:#2e2e2e !important;
transition: all 500ms ease-in-out;
}

.entry-title a, .entry-meta a{
transition: all 500ms ease-in-out;   
}

.content-sidebar .widget a:hover, .entry-title a:hover, .entry-meta a:hover {
color: #236fa3 !important;
transition: all 500ms ease-in-out;	
}

.wp-block-group ul li{
line-height:20px;
margin-bottom:10px;
padding-bottom:5px;
border-bottom:1px solid #ccc;    
}

.wp-block-group ul li:last-child{
padding-bottom:0px;
border-bottom:0px;    
}

.inner-blog-heading{
font-size:20px;
font-weight:700;
padding:7px 0px; 
text-transform:capitalize;   
}

.inner-blog-list{
margin:10px 0px;    
}

.inner-blog-list ul li{
font-size: 14px;
line-height: 30px;
color: #030303;
font-weight: 400;
position: relative; 
padding-left:18px;  
}

.inner-blog-list ul li:before{
position:absolute;
content:"";
width:8px;
height:8px;
background:#030303;
left:0px;
top:11px;
border-radius:50%;    
}

.ref_form_box{
background:linear-gradient(26deg, #236fa3 0%, #3c98d7 53%, #3c98d7 54%, #1d6191 100%);
padding:35px;
border-radius:15px;   
}

.ref_form_box p, .ref_form_box_input p{
margin-bottom:0px;    
}

.ref_form_box .wpcf7-text, 
.ref_form_box .wpcf7-date,
.ref_form_box .wpcf7-select,
.ref_form_box .wpcf7-file,
.ref_form_box textarea
{
background:#fff;
padding:14px 20px;
border-radius:50px; 
width:100%; 
border:0px;
outline:0px;  
}

.ref_form_box .wpcf7-select{
padding:13px 20px;   
}

.ref_form_box .wpcf7-file{
padding:9px 20px !important;   
}

.ref_form_box_label, .ref_form_box_input label{
color:#fff;
padding-bottom:5px;    
}

.contact-btn .wpcf7-submit{
padding:12px 35px;
}

.ref_form_box .contact-btn .wpcf7-submit{
background:#fff;
color:#000;    
}

.ref_form_box .contact-btn .wpcf7-submit:hover, .ref_form_box .contact-btn .wpcf7-submit:active, .ref_form_box .contact-btn .wpcf7-submit:focus{
box-shadow:inset 0 80px #36c2dc;
color:#fff;   
}

.ref_form_box_input input, .ref_form_box_input .wpcf7-select{
border-radius:4px !important;
background-color: #fff !important;
width: 100% !important;
outline: 0 !important;
padding: 12px 15px !important;
color: #030303 !important;
font-size: 15px !important;
border:1px solid #b8b8b8;
}

.ref_form_box input, .ref_form_box select{
border:0px !important;    
}


.ref_form_box_input textarea {
border-radius:4px !important;
background-color: #fff !important;
width: 100% !important;
outline: 0 !important;
padding: 14px 15px !important;
color: #030303 !important;
font-size: 15px !important;
border:1px solid #b8b8b8 !important;
height:144px !important;
}

.ref_form_box_input input::placeholder, .ref_form_box_input textarea::placeholder{
color:#030303;    
}

.contact_page_info {
position: relative;
padding-left: 47px;
color:#030303;
margin-top: 25px;
font-size:15px;
}

.contact_page_info img {
position: absolute;
top: 7px;
left: 0;
width: 35px !important;
border-radius:0px;
}

.contact_page_info strong{
color:#030303;
}

.contact_page_info a {
color:#030303;
text-decoration:none !important;
transition:0.5s ease-in-out all 0s;
}

.contact_page_info a:hover{
transition:0.5s ease-in-out all 0s;
color:#236fa3;	
}

.error_container {
display: flex;
align-items: center;
text-align: center;
}

.video-embed {
position: relative;
padding-bottom:65%;
width: 100%;
border: 8px solid #fff;
filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .05));
}

.video-embed video {
width: 100%;
position: absolute;
height: 100%;
overflow: hidden;
object-fit: cover;
}

/* footer-fixed */

.footer-fixed-buttons {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
z-index: 99;
display:none;
}
.footer-btn1 {
background:#36c2dc;
color: #fff !important;
width: 50%;
float: left;
padding: 10px 0;
}
.footer-btn2 {
background: #fff;
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, 0);
height: 44px;
width: 44px;
border-radius: 50%;
padding: 9px 12px 0;
}
.footer-btn3 {
background:#236fa3;
color: #fff !important;
width: 50%;
float: left;
padding: 10px 0;
}

/* responsive */

@media only screen and (max-width : 767px) {
.banner-sec:before, .banner-sec:after{width:90px !important;}
.banner-sec:before{top:30px;}	
.banner-sec:after{top:20px;}
.contact-bg{padding:30px 25px !important;}	
.contact-sec .contact-right:before{display:none;}
.contact-sec{padding-bottom:50px !important;}
.cta-sec{margin-top:50px;}
.page-id-7 .rl-gallery .rl-gallery-item{width:100% !important;}	
.cta-body-part{max-width:100%;}	
.page-id-7 .rl-gallery-item img[alt="gallery2"], .page-id-7 .rl-gallery-item img[alt="gallery3"], .page-id-7 .rl-gallery-item img[alt="gallery4"]{
margin:20px 0px 0px !important;	
}
.page-id-7 .rl-basicgrid-gallery .rl-gallery-item img{
border-radius: 7px !important; 
}
.ref_form_box{padding:30px;}
.page-id-15 .rl-gallery .rl-gallery-item{width:48% !important;}
.page-id-15 .rl-basicgrid-gallery{gap:12px;}	
}

@media only screen and (min-width : 300px) and (max-width :568px) {
.service-heading-part{margin-left:0px;max-width:100%;}
.carousel-gap{margin-left:0px;}	
.owl-carousel .owl-nav{right:0px;top:-11%;}
.work-img-part:before{width:150px;left:-30px;}
.cta-btn{padding:10px 20px;margin:5px;}	
}

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.menu-sec, .topbar-right{display:none;}	
.logo a img{width:220px;}
.header{filter:drop-shadow(0px 0px 4px rgba(0,0,0,0.20));}	
.fixed-header{top:0px;}	
.banner-sec{margin-top:75px;}
.work-img-part img{padding:0px;}	
.footer-fixed-buttons{display:block;}
.copyright-text{padding-bottom:60px;}
.upper-arrow{bottom:80px !important;}
.page .entry-header, .blog_page_header{margin-top:75px !important;padding:120px 0 70px !important;}	
}

@media only screen and (min-width : 300px) and (max-width : 1024px) {
.banner-heading, .main-heading, .testimonial-sec .main-heading, .main-heading2{font-size:30px !important;line-height:38px !important;}
.banner-para{padding:15px 0px;}	
.banner-sec:before, .banner-sec:after{width:150px;}	
.banner-bottom-sec, .service-sec, .wcu-sec, .contact-sec{padding-top:50px;}
.about-sec{padding:50px 0px;}
.about-para{padding-top:24px;}	
.wrapper{margin-top:50px;}	
.wcu-sec .row{padding-bottom:30px;}	
.testimonial-sec .main-heading{padding-bottom:20px;}
.contact-bg{padding:50px 40px 30px;}
.contact-info-detail, .contact-info-detail a{font-size:16px;}	
.footer-sec .pe-lg-4:before{display:none !important;}
.footer-sec, .inner-sec{margin-top:50px;}	
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width :300px) and (max-width :480px) {
.work-text-part{max-width:67%;}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.banner-part{max-width:500px;}
.work-text-part{max-width:67%;}
.service-heading-part{margin:0px 0px 30px 4.5%;}
.carousel-gap{margin-left:4.5%;}	
.page-id-7 .rl-gallery-item img[alt="gallery2"], .page-id-7 .rl-gallery-item img[alt="gallery3"], .page-id-7 .rl-gallery-item img[alt="gallery4"]{margin-left:20px !important;}
.page-id-7 .rl-gallery-item img[alt="gallery2"], .page-id-7 .rl-gallery-item img[alt="gallery3"]{height: 180px !important;}	
.page-id-15 .rl-gallery .rl-gallery-item{width: 22% !important;}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.banner-part{max-width:500px;}
.work-text-part{max-width:67%;}	
.service-heading-part{margin:0px 0px 30px 4.5%;}
.carousel-gap{margin-left:4.5%;}
.page-id-7 .rl-gallery-item img[alt="gallery2"], .page-id-7 .rl-gallery-item img[alt="gallery3"], .page-id-7 .rl-gallery-item img[alt="gallery4"]{margin-left:20px !important;}
.page-id-7 .rl-gallery-item img[alt="gallery2"], .page-id-7 .rl-gallery-item img[alt="gallery3"]{height: 180px !important;}	
.page-id-15 .rl-gallery .rl-gallery-item{width: 22% !important;}		
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}


/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width:1199px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
.menu ul li a{padding:12px 27px;}
.topbar-right li span img{width:24px;}
.topbar-right li{padding-left:30px;}
.banner-sec:before, .banner-sec:after{width:200px;}		
.call-text{font-size:16px;}	
.topbar-right ul{gap:20px;}	
.primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after{right:15px !important;}
.topbar-right li:after, .footer-sec .pe-lg-4:before{display:none;}	
.footer-sec .pe-lg-4{padding-right:12px !important;}	
}


/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width:1199px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.menu ul li a{padding:12px 27px;}
.topbar-right li span img{width:24px;}
.topbar-right li{padding-left:30px;}
.banner-sec:before, .banner-sec:after{width:200px;}		
.call-text{font-size:16px;}
.topbar-right ul{gap:20px;}	
.primary-navigation .menu-item-has-children > a:after, .primary-navigation .page_item_has_children > a:after{right:15px !important;}
.topbar-right li:after, .footer-sec .pe-lg-4:before{display:none;}
.footer-sec .pe-lg-4{padding-right:12px !important;}	
}

@media screen and (min-width: 1424px) {

.carousel-gap,.service-heading-part{
margin-left:4.5%;
}

.owl-carousel .owl-nav{
right:4.5%;  
}

}

@media screen and (min-width: 1624px) {

.carousel-gap, .service-heading-part{
margin-left:10%;
}

.service-heading-part{max-width:40%;}	
	
.owl-carousel .owl-nav{
right:11%;  
}

}

@media screen and (min-width: 1920px) {

.carousel-gap, .service-heading-part{
margin-left:16.5%;
}

.owl-carousel .owl-nav{
right:19.5%;  
}

}

@media screen and (min-width: 2048px) {

.carousel-gap, .service-heading-part{
margin-left:18.5%;
}

.owl-carousel .owl-nav{
right:22.5%;  
}

}

@media screen and (min-width: 2550px) {

.carousel-gap, .service-heading-part{
margin-left:24.5%;
}

.owl-carousel .owl-nav{
right:33%;  
}

}

@media screen and (min-width: 2880px) {

.carousel-gap, .service-heading-part{
margin-left:26%;
}

.owl-carousel .owl-nav{
right:35%;  
}

}

@media screen and (min-width: 3220px) {

.carousel-gap, .service-heading-part{
margin-left:26%;
}

.owl-carousel .owl-nav{
right:34%;  
}

}

@media screen and (min-width: 3840px) {

.carousel-gap, .service-heading-part{
margin-left:34%;
}

.service-heading-part{max-width:20%;}
	
.owl-carousel .owl-nav{
right:51%;
top:-12%;	
}

}

@media screen and (min-width: 5120px) {

.carousel-gap, .service-heading-part{
margin-left:38%;
}

.owl-carousel .owl-nav{
right:61%;
top:-12%;	
}

}