@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
body{font-family: 'Mukta', sans-serif;      font-size: 15px;
    color: #666666;}
header {
    position: fixed;
    width: 100%;
    float: left;
    left: 0px;
    top: 0px;
    z-index: 10002;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.right-box{ position:absolute; left:0px; bottom:0px; width:75px; height:100%; background:#10064f; z-index:999;-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;}
.right-content{ position:absolute; bottom:0px; left:0px;width: 75px;}
.menu{padding-left: 15px; position: relative; width: 100%;}
.social{ float:left; width:100%; text-align:center; padding:10px 0 0; border-top: 1px solid #2d2464;    margin-top: 25px;}
.social a{ color:#736aab; display:block; padding: 6px 0px; font-size: 14px; position: relative;-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;}
.social a:after {position: absolute; width: 30px; height: 1px; left: 50%; bottom: -1px; margin-left: -15px; content:""; background: #2d2464;}
.social a i{margin-right:0px;}
.right-box.smaller{position: fixed; height: auto;}
.right-box.smaller .social a {
    display: none;
}
#fixed-bar a{ background: #10064f;-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;}
.right-box.smaller .social{border-top: 0px;}
/*************HOVER EFFECT*******/
.hover-effect{
	width:100%;
	position:relative;
	overflow:hidden;
	
}
	
.hover-effect img {
	 width:100%;
	 display:block;
  -moz-transition: all 0.99s ease;
  -o-transition: all 0.99s ease;
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  
     filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
  	
	  
}.clientlogo img{ -moz-transition: all 0.99s ease;
    -o-transition: all 0.99s ease;
    -webkit-transition: all 0.99s ease;
    transition: all 0.99s ease;}
.hover-effect:hover img,.serviceCvr:hover .hover-effect  img,.workCvr:hover .hover-effect  img,.clientlogo:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  

	  
	 /* filter: gray;*/ /* IE5+ */
      /*-webkit-filter: grayscale(1);*/ /* Webkit Nightlies & Chrome Canary */
     /* -webkit-transition: all .8s ease-in-out*/;  
	  

}
.clindCvr{width: 100%; float: left; background: #fff;}
.serviceCvr:hover .serviceBox:after{top: 38px;}
.serviceCvr:hover .serviceBox p span{top: -66px;}

/*************** BACK TO TOP ***************/
#fixed-bar {
    z-index: 100;
    right: 0;
    display: block !important;
    float: left;
	position:relative !important;
    border-bottom: 1px solid #2d2464;
}
#fixed-bar a {
	width:75px;
	padding: 65px 28px 10px 0;
	border-top:1px solid #2d2464;
	float:right;
	display:block;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center center;
	
	/*-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	text-indent:-9999px;
}
img{max-width: 100%;}
#fixed-bar a:after{display: none;}
#fixed-bar a:hover{ background-color:#181615;}		
#fixed-bar2 {
    z-index: 100;
    right: 0;
    background:#2d2464;
}
#fixed-bar2 a {
    width: 46px;
    padding: 10px 28px 10px 0;
    border-top: 1px solid #2d2464;
    float: right;
    display: block;
    background-image: url(../images/top.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    background-size: 9px;
}
#fixed-bar2 a:hover{ background-color:#181615;}
.headerCvrin {
    width: 85%;
    height: 75px;
    background: #10064f;
    margin-left: 75px; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center; 
}
.whtsapp-link{position:fixed;right:20px;bottom: 56px;z-index:11;}
.whtsapp-link h5{float:left;width: 118px;position:absolute;right:-11px;opacity:0;color: #424242;font-size: 14px;font-weight:500;margin:10px 0 0 0;background-color:#e8e8e8;padding:10px;border-radius:5px;line-height:18px;z-index:0;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.whatsapp-icon{width:56px;height:56px;background:#2db742;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;box-shadow:0px 6px 8px 2px rgba(0,0,0,0.14);-webkit-box-shadow:0px 6px 8px 2px rgba(0,0,0,0.14);-moz-box-shadow:0px 6px 8px 2px rgba(0,0,0,0.14);text-align:center;line-height: 56px;float:right;margin-left:0;z-index:1;position:relative;}
.whatsapp-icon img{width:32px;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.whtsapp-link:hover h5{right:52px;opacity:1}
.whtsapp-link:hover .whatsapp-icon img{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.logo {
    border-right: 1px solid #362e6b; padding-right: 20px; height: 75px; display: flex; align-items: center;
}
.logo img{max-width: 200px;}
.quote{background: #f42662; height: 75px; color: #fff; font-weight: 700; font-size: 15px;width: 150px; text-decoration: none; margin-left: auto;-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;}
.quote img{margin-bottom: 5px;margin-left: -12px;}
.quote:hover{background: #281c73; color: #fff;}
.headCont {
    position: absolute;
    right: 0px;
    bottom: -48px;
    background:  #f42662; display: flex; align-items: center; justify-content: center; padding: 15px 10px 15px 20px;-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.headCont a{color: #fff;  font-size: 13px; text-decoration: none;position: relative; padding: 0px 30px;    padding: 0px 15px 0px 33px;}
.headCont a:after{
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    top: 9px;
    background: #10064f;
    left: 0px;
}
header.smaller {
    position: fixed;
    background: #10064f;
}
header.smaller  .headCont{display: none;}
.owl-nav {
    position: absolute;
    top: -55px;
    right: 0px;
}
a{-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;}
.owl-nav button{text-transform: uppercase; border: none; color: #10064f; font-weight: 700 !important; font-size: 13px !important; letter-spacing: 2px; }
.modal-carousel.owl-carousel.sliders.owl-loaded.owl-drag .owl-nav button.owl-next {
    border-left: 2px solid #ccc !important;
    margin-left: 15px;
    padding-left: 15px !important;
}
.modal-carousel2.owl-carousel.sliders.owl-loaded.owl-drag .owl-nav button.owl-next,.modal-carousel3.owl-carousel.sliders.owl-loaded.owl-drag .owl-nav button.owl-next {
    border-left: 2px solid #ccc !important;
    margin-left: 15px;
    padding-left: 15px !important;
}
.modal-carousel3.owl-carousel.sliders.owl-loaded.owl-drag .owl-nav {
    left: 50%;
    right: auto;
    margin-left: -54px;
}
/*************************************************************************/
section.sec01{padding-bottom: 130px; padding-top: 100px;}
section.sec01 h1{font-size: 63px; font-weight: 800; color: #f2f2f2; text-transform: uppercase; position: relative;    line-height: 45px;    margin-top: 13px;
    display: inline-block;}
section.sec01 h1 span{font-size: 13px; font-weight: 700; color: #666666; position: absolute;left: 3px; top: 0px; letter-spacing: 4px;} 
section.sec01 h1:after {
    position: absolute;
    content: '';
    width: 46px;
    height: 3px;
    top: -10px;
    background: #f42662;
    left: 0px;
}
section.sec01 h2{font-size: 34px; font-weight: 800; color: #10064f; text-transform: uppercase; position: relative;    line-height: 26px;}
.co1-left {
    padding-left: 67px;
    margin-top: 13px;
}
.co1-left p{font-size: 14px; color: #555555; font-weight: 300;line-height: 22px;}
.serviceBox{padding:40px 20px 30px; position: relative; background: #f3f3f3;}
.serviBoxHead{color: #10064f; font-size: 16px; font-weight: 700; text-transform: uppercase;    padding-left: 32px;}
.sec01Bottom{margin-top: 68px;}
.serviceBox p{font-size: 14px;color: #353535;position: relative; padding-left: 33px;    margin-top: 10px;}
.serviceBox p span{font-size: 16px; color: #f42662; font-weight: 700; position:absolute; width: 40px; text-align: center;left: -14px; top: 0px; -moz-transition: all 0.99s ease;
    -o-transition: all 0.99s ease;
    -webkit-transition: all 0.99s ease;
    transition: all 0.99s ease;}
.serviceBox:after{width: 1px; height: 123px; content: ''; position: absolute;background: #f42662; top: -52px;left: 25px; -moz-transition: all 0.99s ease;
    -o-transition: all 0.99s ease;
    -webkit-transition: all 0.99s ease;
    transition: all 0.99s ease;}
.serviceCvr a{font-size: 13px; text-transform: uppercase; background: #f42662; width: 100%; float: left; text-align: center;line-height: 64px;color:#fff; text-decoration:none;letter-spacing: 4px;}
.serviceCvr a:hover{ background: #10064f;}
.sec01Bottom .owl-stage .serviceCvr{ border-radius: 30px 0px 30px 0px;overflow: hidden;}
.owl-carousel.owl-drag .owl-item:nth-child(2n) .serviceCvr {
    border-radius: 0px 30px 0px 30px;
}

section.sec02{width: 100%; float: left; padding-top: 60px; display: flex; align-items: center; justify-content: space-between; align-items: center; overflow: hidden;}
.secLeft {float: left;border-radius: 0 40px 0 0; position: relative; height: 625px;}
.secLeft:after{width: 716px; height:100%; content: ''; position: absolute; top: 0px; right: 0px; border-radius: 0 40px 0 0; overflow: hidden; background: url(../images/sec02Left.jpg) no-repeat top right; }
.secLeft img{border-radius: 0 40px 0 0;}
.secLeft::before {
    width: 348px;
    height: 354px;
    position: absolute;
    right: -61px;
    top: -60px;
    content: '';
    background: url(../images/sec2leftDot.png) right top;
}
.exper {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    right: -72px;
    top: 167px;
    background: #f42662;
    padding: 50px 20px 45px 28px;
    line-height: 28px;
    border-radius: 0px 19px 0px 0px;
    z-index: 1000;
}
.exper span{font-size: 44px; font-weight: 800; line-height: 38px;}
.secRight {position: relative; padding-top:20px;  
}

.secRight h1{font-size: 63px; font-weight: 800; color: #f2f2f2; text-transform: uppercase; position: relative;    line-height: 45px;    margin-top: 13px;
    display: inline-block;}
    .secRight h1 span{font-size: 13px; font-weight: 700; color: #666666; position: absolute;left: 3px; top: 0px; letter-spacing: 4px;} 
    .secRight h1:after {
    position: absolute;
    content: '';
    width: 46px;
    height: 3px;
    top: -10px;
    background: #f42662;
    left: 0px;
}
.secRight h2{font-size: 34px; font-weight: 800; color: #10064f; text-transform: uppercase; position: relative;    line-height: 26px;margin-bottom: 25px;}
.secRight p{font-size: 15px; color: #666666; line-height: 24px; font-weight: 300;text-align: justify;
    text-justify: distribute;
    text-align-last: left;}
.readmore {
    font-size: 13px;
    font-weight: 700;
background:  #f42662;
    padding: 15px 87px 15px 27px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    border-radius: 30px;color: #fff;
    margin-bottom: 20px;
    margin-top: 15px; height: 50px; line-height: 24px;
    display: inline-block; position: relative;
}
.readmore:hover {
    background: #10064f;
    color: #fff;
}
.readmore:after{width: 44px; height: 44px; background: url(../images/readicon.png) no-repeat center #fff; border-radius: 100px; position: absolute; content: '';    right: 3px;
    top: 3px;}
    .data-progress {
        width: 100%; margin-top: 10px;
        float: left; display: flex; align-items: center; justify-content: space-around;
    }
    .counter-box{width: 30%; float: left;}
    span.counter {
        font-size: 30px;
        font-weight: 700;
        color: #10064f;
    }
    .counter-box p{font-size: 12px; color: #5f5f5f; text-transform: uppercase; position: relative; font-weight: 700; padding-left: 20px;}
    .counter-box p:after{width: 1px; height: 24px; position: absolute; content: ''; left: 0px; background: #f42662;}
    section.sec03{width: 100%;float: left;overflow: hidden;}
    .sec03Cvr{}
    .sec03-left {}
    .sec03-right {
        padding-left: 0px; padding-right: 0px;
        
    }
    .sec03-right p{ font-size: 18px; line-height: 28px; color: #fff; padding-left: 60px; padding-bottom: 10px;}
    .sec03-right p span{ font-weight: 900;}
    .sec03-right a{height: 70px; display: flex; align-items: center; justify-content: flex-start; background: #10064f; color: #fff; text-decoration: none;width: 100%; font-size: 15px; font-weight: 900; text-transform: uppercase; letter-spacing: 4px; margin-top: auto;}
    .sec03-right a span{height: 70px; width: 100px; border-right: 1px solid #ffff; display: flex; align-items: center; justify-content: center;margin-right: 35px; }
    .sec03-rightCvr{background: #f42662;
        padding-top: 30px;
         display: flex;
         align-items: flex-start;
         justify-content: center;
         flex-direction: column; position: relative;}
         .sec03-rightCvr:after{width:100%;position: absolute; content: ''; right: -100%; top: 0px; height: 100%; background: #f42662;}
         .sec03Head {
            font-size: 16px;
            text-transform: uppercase;
            color: #2d2464;
            font-weight: 900;
        }
        
        .sec03Head span {
            font-size: 56px;
        }

        section.sec04.sec01 {
            padding-top: 100px;
            width: 100%;
            float: left;padding-bottom: 0px;
        }
        .workCvr{width: 100%; float: left;}
        .workImgBox{width: 100%; float: left;}
        .workBox{width: 100%; height: 40%; position: absolute; left: 0px; bottom: 0px; background: rgb(16,6,79);
            background: -moz-linear-gradient(0deg, rgba(16,6,79,1) 0%, rgba(16,6,79,0.7763480392156863) 54%, rgba(16,6,79,0) 100%);
            background: -webkit-linear-gradient(0deg, rgba(16,6,79,1) 0%, rgba(16,6,79,0.7763480392156863) 54%, rgba(16,6,79,0) 100%);
            background: linear-gradient(0deg, rgba(16,6,79,1) 0%, rgba(16,6,79,0.7763480392156863) 54%, rgba(16,6,79,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#10064f",endColorstr="#10064f",GradientType=1);}
        .workBox a img{width: auto!important;}
        .workBoxHead {
            color: #10064f;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            position: absolute;
            bottom: 0px;
            width: 100%;
        }
        .workBoxHead a {
            display: flex;
            align-items: center;
            justify-content: space-around;
            color: #fff;
            font-size: 15px;
            text-decoration: none;
            padding: 17px 0px;-webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

        .workBoxHead a:hover{padding: 17px 15px;}
        section.sec05 {
            padding-top: 50px;
            width: 100%;
            float: left; 
        }
        section.sec05 .col-sm-12{background: #f42662; text-align: center; border-radius: 0px 0px 30px 30px; padding: 60px 30px;}
        .sec5Text{ font-size: 28px; color: #fff; font-weight: 300; }
        .sec5Text a{text-decoration: none; color: #fff; font-weight: 800; letter-spacing: 2px; font-size: 25px;}
        .sec5Text span{font-weight: 800; }
        .sec05Img {
            max-width: 327px;
            display: inline-block;
            overflow: hidden;
            border-radius: 250px;
        }
        .sec5Head{font-size: 28px; color: #10064f; font-weight: 900; margin-bottom: 20px;}
        .sec05Left{text-align: right;}
        .sec05Right{text-align: left;}
        .sec05Cvr{padding: 90px 0px;}
        .clientlogo{display: flex; align-items:center; justify-content: center; border: 1px solid #ccc; height: 100px;}
        .clientlogo img{width: auto!important; max-height: 80%;}
        section.sec06 {
            width: 100%;
            float: left;
            text-align: center; padding: 50px 0px 100px;
        }
        section.sec06 h3 {
            font-size: 34px;
            color: #10064f;
            font-weight: 900;
            text-transform: uppercase;
            margin-bottom: 70px;
            position: relative;
        }
       
        section.sec06 h3:after {
            position: absolute;
            content: '';
            width: 46px;
            height: 3px;
            top: -25px;
            background: #f42662;
            left: 50%; margin-left: -23px;
        }

        footer{width: 100%; float: left;  background: url(../images/footer.jpg) no-repeat top center; padding: 70px 0px 0px;}
        footer h4{color: #fff; text-transform: uppercase; font-size: 20px; font-weight: 700; width: 100%; border-bottom: 1px solid #ffffff17; padding-bottom: 15px;
            margin-bottom: 35px; position: relative;}
        footer h4:after{  position: absolute;
            content: '';
            width: 46px;
            height: 1px;
            bottom: -1px;
            background: #f42662;
            left: 0%;}
        footer ul{margin: 0px; padding: 0px; list-style: none;}
        footer ul li{width: 100%; float: left; color: #fff;}
        footer ul li a{color: #fff; text-decoration: none; font-size: 13px; padding: 5px 0px; display: inline-block; position: relative; padding-left: 20px;}
        footer ul li a:after{width: 8px; height: 8px; position: absolute; content: ''; left:0px; top: 10px; border: 2px solid #f42662;border-radius: 20px;}
        .footerRight input{width: 100%; float: left; border: none; border-bottom: 1px solid #ffffff4f; color: #fff; font-size: 13px; background: none; margin-bottom: 10px; height: 30px;}
        .footerRight textarea{width: 100%; float: left; border: none; border-bottom: 1px solid #ffffff4f; color: #fff; font-size: 13px; background: none; margin-bottom: 10px; height: 50px;} 
        .footerRight input::-webkit-input-placeholder, .footerRight textarea::-webkit-input-placeholder { /* Edge */
            color: white;
          }
          
          .footerRight input:-ms-input-placeholder, .footerRight textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: white;
          }
          
          .footerRight input::placeholder,.footerRight textarea::placeholder {
            color: white;
          }
          input.btn{background: #f42662; color: #fff; text-transform: uppercase; font-weight: 800; height: 40px; border-bottom: none !important;font-size: 18px;}
          .copy{width: 100%; float: left; background: #1e1264; color: #fff; font-size: 13px; text-align: center; padding: 15px 10px; margin-top: 70px;}
          .copy a{color: #fff;}
          .innerbanner{width: 100%; float: left; position: relative; }
          .bannerimg {
              max-height: 500px;
              overflow: hidden;
              display: flex;
              align-items: center;
              justify-content: center;
          }
          .abtus{padding: 60px 0px;}
          .innerbanner h1{font-size: 35px; color: #fff; text-transform: uppercase; font-weight: 900; position: absolute; bottom: 120px; width: 100%; text-align: center; left: 0px;}
          .abtus h2{ font-weight: 900; font-size: 30px; text-transform: uppercase; margin-bottom: 17px; color: #10064f; }
          .abtus p{font-size: 15px; color: #181615;}
          .abtus p span{font-size: 20px;}
          .abtmain  p {
              font-size: 15px;
              color: #666666;
              line-height: 24px;
              font-weight: 300;
              text-align: justify;
              text-justify: distribute;
              text-align-last: left;
          }
          .abtmain h2{color: #000;}
          .imgDiv {
             
          }
          .abtboxright{text-align:left;}
          .tablestyle {
              background:#fff;
              border-collapse: collapse;
              width: 100%;
            }
            strong{font-weight: 700;}
            .tablestyle td, .tablestyle th {
              border: 1px solid #ddd;
              padding: 8px;
            }
            
            .tablestyle tr:nth-child(even){background-color: #f2f2f2;}
            
            .tablestyle tr:hover {background-color: #ddd;}
            
            .tablestyle th {
              padding-top: 12px;
              padding-bottom: 12px;
              text-align: left; font-size: 20px;
              background-color: #f42662;
              color: white;
            }
            .listing {margin: 0px; padding: 0px; list-style: none; margin-bottom: 20px !important; display: inline-block;}
            .listing  li{position: relative; width: 100%; padding-left: 25px;}
            .listing  li:after {
              width: 8px;
              height: 8px;
              position: absolute;
              content: '';
              left: 0px;
              top: 6px;
              border: 2px solid #f42662;
              border-radius: 20px;
          }
          .services{width: 100%; float: left;}
          
          .contactLeftBox {
            border: 1px solid #d7d7d7;
            margin-bottom: 20px;
            width: 100%;
            float: left;
            border-radius: 5px;
            padding: 10px;    padding-left: 110px;
            position: relative; min-height: 150px;
          }
          .contactLeftBox img{position: absolute; left: 13px;}
          .contactLeftBox a {
            background: #5888ac;
            font-size: 18px;
            color: #fff;
            padding: 8px 22px;
            
            text-decoration: none;
            display: inline-block;
            border-radius: 7px;
          }
          .contactLeftBox a:hover{background: #f42662;}
          .contactLeftBox p{color: #f42662; font-size: 20px;}
          .contactusmain{width: 100%; float: left; padding: 100px 0px 100px;}
          .contact-right h3{background: #f42662; font-size: 20px; color: #fff; padding: 8px 15px 10px; margin-bottom: 25px;}
          .contact-right .locationDet{margin-bottom: 25px;}
          .contactForm label{width: 100%; float: left; color: #000; font-size: 14px;}
          .contactForm input{width: 100%; float: left; background: #f5f5f5; font-size: 15px; height: 49px; border: none; margin-bottom: 15px; padding-left: 8px;}
          ::-webkit-input-placeholder { /* Edge */
          font-size: 13px;
          }
          .locaname, .locaDet {
              margin-bottom: 12px;
          }
          .locaDet a {
              color: #666666;
          }
          :-ms-input-placeholder { /* Internet Explorer 10-11 */
            font-size: 13px;
          }
          
          ::placeholder {
            font-size: 13px;
          }
          .contactForm  textarea{width: 100%; float: left; background: #f5f5f5; font-size: 15px; padding-top: 10px; height: 228px; border: none; margin-bottom: 15px; padding-left: 8px;}
          input.submit {
            
            background-color: #10064f;
                font-size: 16px;
                color: #fff; cursor: pointer;
                padding: 8px 38px;
               font-weight: 900;
                text-decoration: none; float:left;
                display: inline-block; text-transform: uppercase;
                border-radius: 0px; border: none;}
                input.submit:hover{ background: #f42662;;}
          
                .clientsin{display: flex;align-items: flex-start; justify-content: center;flex-flow: row wrap;}
                .clientsin .item{width: 18%; margin-bottom: 15px; margin: 15px 10px; }
                .demo-gallery {
                    padding: 50px 0px;
                    width: 100%;
                    float: left;
                }
                .list-unstyled li{margin-bottom: 20px;}
                ul#lightgallery {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-flow: row wrap;
                }
                .list-unstyled li {
                    margin-bottom: 20px;
                    padding: 0px 10px;
                }

           @media only screen and (max-width: 1366px) {  
           .menu { padding-left: 10px;}
           }   
          @media only screen and (max-width: 1285px) {
          .jetmenu > li > a {padding: 28px 10px !important;}
          .headCont{bottom: -50px;}
          .headerCvrin{align-items: flex-start;}
        
        }
        @media only screen and (max-width: 1025px) {
            .jetmenu > li > a {padding: 15px 10px !important;}
            .headCont{bottom: -65px;}
            .headerCvrin{align-items: flex-start;}
            .jetmenu {
              margin-top: 10px !important;
          }
          .quote {font-size: 12px;}
          }  @media only screen and (max-width: 874px) {

            .clientsin .item {
                width: 30%;
          }
        }
          @media only screen and (max-width: 640px) {
          .sec01Bottom .owl-stage .serviceCvr{ border-radius: 30px 30px 30px 30px;overflow: hidden;}
.owl-carousel.owl-drag .owl-item:nth-child(2n) .serviceCvr {
    border-radius: 30px 30px 30px 30px;
}
.right-box {
    height: auto;
    width: 44px;
    left: auto;
    right: 0px;
    position: fixed;
    z-index: 1238;
}
.right-content{width: 44px;}
#fixed-bar a {
    width: 44px;
    padding: 0px;
    height: 44px;
    background-size: 15px;
}
.social{background: #10064f;}
.right-box.smaller .social a {
    display: block;
}
section.sec01{padding-top: 40px;    padding-bottom: 40px;}
section.sec01 h1,.secRight h1 {
    font-size: 40px;
}
section.sec01 h2,.secRight h2 {
    font-size: 24px;}
    .co1-left {
        padding-left: 35px;}
        .secLeft {
            padding-right: 130px;height: 300px;
        }
        .secLeft:after {
            width: 250px;
            left: 0px;
            right: auto;
            height: 300px;
            background-size: 119%;
            border-radius: 0 40px 40px 0;
        }
        .secLeft::before {
            width: 348px;
            height: 310px;
            position: absolute;
            right: 112px;
            top: -46px;
            content: '';
            background: url(../images/sec2leftDot.png) right top;
        }
        .exper {
            right: 108px;
            top: 50%;
            padding: 25px 15px 25px 15px;
            font-size: 15px;
            line-height: 20px;
            margin-top: -60px;
            border-radius: 0px 20px 20px 0px;
        }
        .exper span {
            
            font-size: 20px;
            line-height: 30px;
        }

        .sec03-left {
            background: #2d2464;
            padding: 15px 10px 15px 31px;
            align-items: flex-start !important;
            justify-content: flex-start !important;
        }
        .sec03Head {
            font-size: 16px;
            text-transform: uppercase;
            color:#fff;
            font-weight: 900;
        }
        .sec03Head span {
            font-size: 27px;
        }
        .sec03-right p {
            font-size: 15px;
            line-height: 23px;
            color: #fff;
            padding-left: 30px;
            padding-right: 30px;
            padding-bottom: 10px;
        }
        .counter-box p {
            font-size: 11px;
            color: #5f5f5f;
            text-transform: uppercase;
            position: relative;
            font-weight: 700;
            padding-left: 11px;
        }
        .sec5Text,.sec5Text span,.sec5Text a  {
            font-size: 18px;}
            section.sec05 .col-sm-12 {
                background: #f42662;
                text-align: center;
                border-radius: 0px 0px 30px 30px;
                padding: 20px 26px;
            }
            .sec05Left {
                text-align: center;
            }
            .sec05Cvr {
                padding: 30px 0px;
            }
            .sec05Right{text-align: center;margin-top: 30px;}
            .sec05Img {
                margin-top: 20px;
            }
            .sec5Head,section.sec06 h3{font-size: 24px;}
            footer{background-size: cover;}
            footer ul li{text-align: center;}
            footer h4 {
                text-align: center;
            }
            footer h4:after {
                position: absolute;
                content: '';
                width: 46px;
                height: 1px;
                bottom: -1px;
                background: #f42662;
                left: 50%; margin-left: -23px;
            }
            .footerRight {
                margin-top: 30px;
            }
            header, header.smaller {
                position: relative;
            }
            .whtsapp-link {
   right: 49px;
    bottom: 6px;}
            .headCont {
                bottom: 0px;
                background: #f42662db;
                padding: 10px 2px 10px 2px; position: relative;
            }
            .headCont a:after{ display: none; }
            .headCont a {
   font-size: 12px;
   
    padding: 0px 4px 0px 4px;
    border-right: 1px solid #fff;
       line-height: 12px;}
       .headCont a:last-child{ border-right: none; }
            .logo{margin-left: 0px;    padding-left: 10px;}
            .headerCvrin {
                margin-left: 0px;
                width: 100%;
            }
            .menu {
                position: absolute !important;
                width: 100% !important;    top: 75px;
            }
            .jetmenu{margin-top: 0px !important;  background: #10064f;}
            .quote {
                width: 100px;
            }
            .jetmenu li:nth-child(2) {
                border-top: 1px solid #221576;
            }
            .abtus {
                padding: 30px 0px !important;
                margin-bottom: 0px !important;
            }
            .abtboxright {
                text-align: left;
                margin-top: 30px;
            }
            .row.abtmain {
                margin-bottom: 10px !important;    margin-left: 0px;     margin-right: 0px;
            }
            .row.align-items-start.justify-content-center.abtus.mt-5 {
                margin-top: 0px !important;
            }
            .imgDiv{display: flex; align-items: center; justify-content: center;}
            .clientsin .item {
                width: 270px;
                margin: 0px 0px 10px 0px;
            }
            #lightgallery {
                width: 100%;
                float: left;
            }
            #lightgallery li {
                width: 100%;
                float: left;
            }
            .contactusmain {
                width: 100%;
                float: left;
                padding: 30px 0px 15px;
            }
            
}

 @media only screen and (max-width: 340px) {
.headCont a:after{ display: none; }
.headCont a {  padding: 0px 3px 0px 3px;}
}


/************************************************************************************/

    