@charset "utf-8";

/* CSS Document */



@import url('https://fonts.googleapis.com/css2?family=Play&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');



/*color*/



.clients-logo-section {

  background: #ffffff !important;

}



.feature-video .shape {

  background: #09ddff !important;

}

.sec-title .sub-title {

  color: #195eaf !important;

}

.c-white{

    color: #fff !important;

}

.fnt-20{

    font-size: 22px !important;

}

.box-s{

    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);

}

.pt-10{

   padding-top: 10px !important;

}

.btn-clr{color: #ffffff !important;}



/*----------------------------------------*/

/*  THEME MENU HOVER

/*----------------------------------------*/



.main-menu .navigation>li>a:after {

  content: '';

  position: absolute;

  left: 0;

  top: 100%;

  margin: 0px;

  width: 0%;

  height: 2px;

  background: #211c53;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s

  }



.main-menu .navigation>li>a:hover:after {

  width: 100%

}

.main-menu .navigation>li>a:hover {

color: #211c53;

}





/*----------------------------------------*/

/*  ######   END THEME STYLES #######

/*----------------------------------------*/





.sbs-bg-1 {

    position: relative;

    z-index: 1;

    background-image: url(../images/bg/ptn-1.png);

    background-position: center center;

    background-attachment: scroll;

}

.sbs-bg-2 {

    position: relative;

    z-index: auto;

    background-image: url(../images/bg/body-bg.png);

    background-position: center center;

    background-attachment: scroll;

}

.sbs-bg-3 {

    position: relative;

    z-index: auto;

    background-image: url(../images/bg/dot-bg.jpg);

    background-position: center center;

    background-attachment: scroll;

}

.sbs-bg-4 {

    position: relative;

    z-index: auto;

    background-image: url(../images/bg/online-bg.svg);

    background-position: center center;

    background-attachment: scroll;

}

.sbs-bg-5 {

    position: relative;

    z-index: auto;

    background-image: url(../images/bg/bg-1.png);

    background-position: center center;

    background-attachment: scroll;

}

.sbs-bg-6 {

    position: relative;

    z-index: auto;

    background-image: url(../images/shape/shape-14.png);

    background-position: center center;

    background-attachment: scroll;

}

/* ========================================= */
/*     OZ-FOOTER-MENU - MODERN-APP-VIEW     */
/* ======================================== */

.footer-bar-fxoz .circle-nav strong, .footer-bar-fxoz .active-nav em {
    background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC)!important;
}
#footer-bar-oz {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 98;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, .9);
    display: flex;
    min-height: 61px;
    border-top: solid 1px rgba(0, 0, 0, .05);
    text-align: center;
    transition: transform 350ms ease!important;
}
#footer-bar-oz a {
    color: #1f1f1f;
    padding-top: 12px;
    position: relative;
    flex: 1 1 auto;
    width: 100%;
}
#footer-bar-oz a span {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 10px;
    font-weight: 500;
    margin-top: -6px;
    opacity: .7;
    font-family: roboto, sans-serif!important;
}
#footer-bar-oz a i {
    font-size: 18px;
    position: relative;
    z-index: 2;
}
#footer-bar-oz a svg {
    transform: translateY(-6px);
}
#footer-bar-oz .badge {
    font-style: normal;
    z-index: 5;
    top: 0;
    position: absolute;
    margin-left: 3px;
    color: #fff!important;
    width: 18px;
    text-align: center;
    line-height: 18px;
    padding: 0;
    padding-left: 0!important;
    border-radius: 18px;
    margin-top: 7px;
    font-size: 11px;
}

.footer-menu-hidden {
    transition: all 100ms ease;
    transform: translateY(100%)!important;
}
.footer-bar-white * {
    color: #fff;
}
#footer-bar-oz.position-relative {
    z-index: 2!important;
}
#footer-bar-oz {
    height: calc(65px + (constant(safe-area-inset-bottom))*1.1);
    height: calc(65px + (env(safe-area-inset-bottom))*1.1);
}
.is-not-ios .footer-menu-clear {
    height: 70px;
    display: block;
}
.is-not-ios .footer {
    padding-bottom: 0;
}
.is-not-ios #footer-menu a i {
    padding-top: 13px;
}
.is-not-ios #footer-menu a span {
    opacity: .6;
}
.footer-bar-fxoz u {
    /*background-color: rgba(255, 255, 255, .2);*/
}
.footer-bar-fxoz {
    margin-left: -3px;
    line-height: 24px!important;
}
.footer-bar-fxoz a {
    transition: all 0.3s ease-in-out;
}
.footer-bar-fxoz a span {
    transition: all 0.3s ease-in-out;    
}
.footer-bar-fxoz a span:hover {
    transition: all 0.3s ease-in-out;
    color: #1585ee !important;
}
.footer-bar-fxoz span {
    font-size: 11px!important;
}
.footer-bar-fxoz i {
    transform: translateY(-2px);
    opacity: .7;
}
.footer-bar-fxoz .circle-nav strong {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    left: 50%;
    top: -23px;
    z-index: 0;
    transform: translateX(-50%);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .09);
    animation: footerAni 1s infinite;
    background-image: linear-gradient(to bottom, #46c755 0%, #46c755 100%)!important;
}
@keyframes footerAni {
    0% {
    transform: scale(1, 1) translateX(-50%);
}
50% {
    transform: scale(1.05, 1.05) translateX(-48%);
}
}.footer-bar-fxoz .circle-nav span {
    font-size: 11px!important;
    margin-top: -8px!important;
}
.footer-bar-fxoz .circle-nav i {
    transform: translateY(-21px) translateX(0px);
    color: #fff!important;
    opacity: 1!important;
    font-size: 20px!important;
    position: relative;
    z-index: 2;
}
.footer-bar-fxoz .circle-nav svg {
    width: 25px!important;
    height: 25px!important;
    stroke: #fff!important;
    fill: rgba(255, 255, 255, .1)!important;
    transform: translateY(-25px) translateX(-1px)!important;
    position: relative;
    z-index: 2;
}
.footer-bar-fxoz .circle-nav u {
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    border-radius: 50px;
    height: 50px;
    z-index: 0;
}
.footer-bar-fxoz .active-nav em {
    position: absolute;
    width: 60px;
    height: 4px;
    border-radius: 60px;
    left: 50%;
    top: 57px;
    transform: translateX(-50%);
    background-image: linear-gradient(to bottom, #43c653 0%, #43c653 100%)!important;
}

/*=====================================

   FIXED ICONS ANIMATIONS

===================================== */

.div-floatright {

    width: 300px;

    z-index: 999;

    height: 167px!important;

    top:355px!important;

    right: -254px;

    position: fixed;

} 

#feedback1{

      position: fixed;

      top: 58px;

      right:-362px;

      width:362px;

      -webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;

      background:#fff;

      z-index: 2;

}

#feedback1.show{right:0;}

#feedback1 div.npf_wgts{

      padding: 10px;

    }

#feedback1 a{

/*    background:url("../images/bg/online-app.png") no-repeat center left transparent;*/

    display: block;

    width: 46px;

    height: 130px;

    float: left;

    text-indent: -9999em;

    position: absolute;

    top: 210px;

    left: -45px;

    border-radius: 5px 0px 0px 5px;

    }

.div-floatright li:first-child { 

    margin-top: 45px; 

}

.div-floatright li {

    background-color: #fff;

    border-radius: 5px 0px 0px 5px;

    margin-bottom: 1px; 

   -webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;

    position: relative;

    left: 0;

    text-align: left; 

}

li.show {

    left: -115px;

}

.div-floatright li a{

  display:inline-block;

vertical-align:middle;}



.div-floatright li h4{

    display:inline-block;

    vertical-align:middle;

    font-size: 14px;

    font-weight: bold;

}

.div-floatright1 {

    width: 300px;

    /* z-index: 99999999; */

    height: 167px!important;

    top: 225px!important;

    right: -254px;

    position: fixed;

}

img.virtual-icon {

    padding-left: 5px;

}

a.show_info {

    position: fixed;

    top: 120px;

    right: 12px;

}

.div-floatright li img {

    background-color: #09ddff;

    padding: 8px 12px;

    border-radius: 5px 0px 0px 5px;

}

/*=====================================

   FIXED FOOTER

===================================== */



.sbs-footer{

        display:none;

      }

.sbs-footer li {

    font-family: 'Poppins', sans-serif;

    float: left;

    width: 33%;

    text-align: center;

    border-left: 1px solid #fff

}

.sbs-footer li a {

    display: block;

    padding: 7px;

    color: #fff

}

.sbs-footer li:first-child {

    border-left: none

}

.prod-details-info-content h2{

	font-size:25px !important;

	

}

.service-item__thumb {

    

    margin-bottom: 5px !important;

	

}

/*

.service-item__info a {

	color:#FFF !important;

}

.service-item__info{

	background:#267dd9;

	padding:8px 4px;

	color:#FFF !important;

	border-top:2px solid #083f82;

	

	

}*/

.ser-inner{

	background: #fdfdfd;

	border-bottom: 2px solid #e6cccc;

	padding: 5px;

	font-family: 'Play', sans-serif;

}

.service-item__info h2 a{

	font-family: 'Roboto', sans-serif !important;

	font-weight: 400 !important;

}

.enq-butn{

    width: auto !important;

    height: auto!important;

    padding: 7px 16px!important;

    font-size: 15px!important;

    line-height: 28px!important;

    font-weight: 400px!important;

	background-color: #083f82!important;

    color: #FFFFFF!important;

	display: inline-block!important;

	border-bottom: 2px solid #24baca !important;



}

.eqp-inner{

	background: #eae8e8;

	padding: 10px 5px;

	color: #fff;

	border-bottom: 2px solid #bbb8b8;

	font-family: 'Play', sans-serif;

}

.enq-butn:hover{

	background-color: #0c174a!important;

    color: #FFFFFF!important;

}

.mg-logo{

	margin-top: -5px;

}

.pad-80{

	padding: 80px 0px;

}



.about-whybg{

	width:100%;

	min-height:235px;

	float:left;

	background: rgba(141, 255, 244, 0.8);

	padding:20px 3%;

	border: 1px dashed #fff;

}

.about-howbg{

	float:right;

}

.about-whybg h4{

	font-weight: bold;

    float: left;

    text-align: left;

    text-transform: uppercase;

    font-size: 22px;

    width: 100%;

    color: #000000;

	margin-bottom: 15px;

}

.about-whybg ul {

     margin-top:5px;

     margin-left:3%;

     float:left;

	 margin-top:10px;

	 

}

.about-whybg ul li{

/*     list-style-image:url(../img/extra/bullet.png);*/

     clear:both;

     float:left;

	 color: #000000;

	 font-size: 16px;

	 line-height:20px;

	 margin-bottom:8px;

}



.line-bottom {

  position: relative;

  margin-bottom: 30px;

  padding-bottom: 10px;

}

.line-bottom::after {

	background: #000;

    bottom: -1px;

    content: "";

    height: 2px;

    left: 0;

    position: absolute;

    width: 50px;

}

.justf{

	text-align: justify !important;

}

.float-right{

	float: right;

}

.mp-30{

	margin-top: 30px;

	padding: 25px 5px;

}

.pt-30{

	padding: 25px 5px;

}

.abt-bg-1{

	background: #e9fbe9;

}

.abt-bg-2{

	background: #f5f9f5;

}

.font-18{

	font-size: 18px !important;

}

.feetxt-1{

	font-size: 18px;

	color: #003471;

	font-weight: bold;

	

}

.feetxt-2{

	font-size: 16px;

	color: #255da0;

	font-weight: bold;

	

}

.mb-5{

	margin-bottom: 5px !important;

	margin-left: 10px;

}

.mb-30{

	margin-bottom: 30px !important;

	

}

.mt-15{

	margin-top: 15px;

}

.fee-bg{

	width:100%;

	float:left;

	background: rgba(227, 245, 251, 0.8);

	padding:20px 3%;

	border: 1px dashed #e1c3c3;

	margin-bottom: 30px;

}

.fee-bg h4{

	  font-weight: bold;

    float: left;

    text-align: left;

    text-transform: uppercase;

    font-size: 22px;

    width: 100%;

    color: #000000;

	  margin-bottom: 15px;

}

.fee-bg ul {

  margin-left:3%;

  float:left;

	margin-top:10px;	 

}

.fee-bg ul li{

/*   list-style-image:url(../../assets/img/extra/bullet.png);*/

   clear:both;

   float:left;

	 color: #000000;

	 font-size: 16px;

	 line-height:20px;

	 margin-bottom:8px;

}

.fee-structure{

	width:100%;

	height: auto;

	float:left;

	background: rgba(227, 245, 251, 0.8);

	padding:20px 3%;

	border: 1px dashed #e1c3c3;

}

.fee-structure h4{

	font-family: 'Rubik', sans-serif;

	font-weight: 400;

    float: left;

    text-align: left;

    text-transform: uppercase;

    font-size: 22px;

    width: 100%;

    color: #000000;

	 margin-bottom: 15px;

}

.fee-structure ul {

   margin-left:3%;

   float:left;

	 margin-top:10px;	 

}

.fee-structure ul li{

/*    list-style-image:url(../../assets/img/extra/bullet.png);*/

   clear:both;

   float:left;

	 color: #000000;

	 font-size: 16px;

	 line-height:20px;

	 margin-bottom:8px;

}

.green-bg{

	background: rgba(230, 251, 227, 0.8) !important;

}

.ethics{

	font-size: 22px !important;

	margin-bottom: 20px !important;

		

}

.ethics h2{

	font-size: 26px !important;

	margin-bottom: 20px !important;

}

.bg-off-1{

    background: #f8f8f8;

}

.captcha-area{

    width: 100%;

    float: left;

    margin-bottom: 20px;

}

.captch {

    width: 150px;

    height: 30px;

    background: url(../images/bg/captcha-bg.jpg) repeat-x;

    float: left;

    margin: 0px 0 0 0px;

    text-align: center;

    font-size: 22px;

    color: #333333;

    line-height: 30px;

    border: 1px solid #d2d2d2;

}

.cap_in{

    width:25% !important;

    height: auto;

    font-family:Arial, Helvetica, sans-serif;

    font-size:17px;

    color:#3a3a3a !important;

    background:#FFFFFF !important;

    border:1px solid #d2d2d2;

    padding-left:2%;

    margin:0px 0px 0px 5px;

    transition: all 0.4s ease;

    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;  

}

.cap_in:focus, .cap_in:hover{

    border-color:#0096c0;

}

.cap_in-home{

    width:42%;

    height: auto;

    font-family:Arial, Helvetica, sans-serif;

    font-size:17px;

    color:#3a3a3a;

    background:#FFFFFF;

    border:1px solid #d2d2d2;

    padding-left:2%;

    margin:0px 0px 0px 5px;

    transition: all 0.4s ease;

    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;  

}

.cap_in-home:focus, .cap_in:hover{

    border-color:#0096c0;

}

/*----------------------------------------*/

/*  TABLE

/*----------------------------------------*/

.table1 {

	background:#f4f4f4;

	box-shadow:0 0 0 3px white inset;

	border:2px solid #2e3192;

    font-family: 'Play', sans-serif;

	color:#000000;

	border-collapse: collapse;

    width: 100%;

	font-size:16px;

}

.table1 tr:nth-child(odd){

	background:#e9eafd;

}

.table1 tr:nth-child(even){

	background:#fdfaf0;

}

td, th {

    border: 1px solid #dddddd;

    text-align: left;

    padding: 8px;

}

th{

	background:#2e3192;

	color:#FFF;

	font-weight:500;

	font-size:20px;

	text-align:center;

}

.tr1{

	color:#1c0404;

	text-align:left;

	font-size:16px;

	

}

.tr2{

	color:#1c0404;

	text-align:left;

	font-size:16px;

	

}

.table1 tr:hover{

	background:#5efff2;

	transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

	

}



/*new*/





.sidebar .navLinks {

 border:solid 1px #eee;

 background:#f5f5f5

}

.sidebar .navLinks h2 {

 background:#035192;

 color:#fff;

 font-size:24px;

 margin:0;

 padding:15px 17px;

 font-weight:400;

 line-height:21px

}

.sidebar .navLinks ul {

 padding:5px 17px

}

.sidebar .navLinks ul li a {

 font-family: 'Play', sans-serif;

 display:block;

 padding:3px 0;

 margin:5px 0;

 font-size:17px;

 color:#333;

/* background:url(../../assets/img/extra/list-arrow.png) no-repeat left top 11px;*/

 padding-left:17px;

 transition:all .3s ease

}

.sidebar .navLinks ul li a:hover {

 margin-left:7px;

 color:#d83030

}

.sidebar .aboutBlock,

.sidebar .supportSec {

 border-radius:4px

}

.sidebar .supportSec {

 background:#303032 url(../images/bg/support-bg.jpg) no-repeat center;	

 background-size:cover;

 padding:53px 25px 53px 25px

}

.sidebar .supportSec p {

 font-size:21px;

 line-height:33px;

 margin:22px 0 30px;

 color:#fff;

 font-family: 'Roboto', sans-serif !important;

 font-weight:700

}

.sidebar .supportSec a {

 display:block;

 font-family: 'Roboto', sans-serif !important;

 font-weight:700

}

.sidebar .supportSec .callBlock {

 color:#2dbedf;

 margin-bottom:7px;

 font-size:27px;

 line-height:27px

}

.sidebar .supportSec .mailBlock {

 color:#fff;

 font-size:15px

}

.sidebar .aboutBlock {

 background-color:#f5f5f5;

 padding:38px 30px 38px 30px

}

.sidebar .aboutBlock p {

 font-size:15px;

 line-height:25px

}

.sidebar .aboutBlock .title {

 color:#010b39;

 font-size:18px;

 line-height:30px;

 margin-top:0;

 margin-bottom:12px;

 font-family: 'Roboto', sans-serif !important;

 font-weight:700

}

.sidebar .aboutBlock .master-button {

 display:block;

 background-color:#f3a712;

 text-align:center

}

.sidebar .aboutBlock:hover .master-button {

 background-color:#d83030

}

.mar-top-30 {

    margin-top: 30px;

}

.sidebar .aboutBlock {

 background-color:#f5f5f5;

 padding:38px 30px 38px 30px

}

.sidebar .aboutBlock .master-button {

 display:block;

 background-color:#072a5f;

 text-align:center

}

.sidebar .aboutBlock:hover .master-button {

 background-color:#d83030

}

.master-button {

    background: #d83030;

        background-color: rgb(216, 48, 48);

    width: auto;

    color: #fff;

    font-weight: 700;

    display: inline-block;

    border: none;

    font-size: 16px;

    padding: 12px 33px;

    transition: all .3s ease;

    border-radius: 4px;

}

.aboutBlock a:hover  {

 color: #FFFFFF !important;

}

.mar-top-20 {

    margin-top: 20px;

}

.contentArea .numberSec {

/* background:#235789 url(../../assets/img/extra/call-bg.png) no-repeat left top;*/

 position:relative;

 height:159px

}

.contentArea .numberSec .middle {

 position:absolute;

 transform:translateY(-50%);

 top:50%;

 left:20px;

 right:20px;

 padding:20px 0

}

.contentArea .numberSec a,

.contentArea .numberSec span {

 display:block;

 color:#fff;

 font-family: 'Roboto', sans-serif !important;

}

.contentArea .numberSec span {

 font-size:14px;

 text-transform:uppercase;

 letter-spacing:2px;

 font-weight:700;

 display:block;

 margin-bottom:10px

}

.contentArea .numberSec a {

 font-size:34px;

 font-weight:700

}





.line-bot {

    font-weight: 700;

    font-size: 26px;

    display: inline-block;

    margin-bottom: 30px;

    padding-bottom: 15px;

    position: relative;

}

.line-bot:before {

    background-color: #ddd;

    content: '';

    position: absolute;

    top: 21px;

    left: calc(100% + 10px);

    height: 1px;

    width: 200px;

}



.line-bot:after {

    background-color: #083f82;

    content: '';

    position: absolute;

    left: 0;

    bottom: 0;

    height: 2px;

    width: 80px;

}



.office-address .text p{

    margin-bottom: 0px;

}

.about-section-four .text p{

    margin-bottom: 10px;

}

.widget.contact-widget-two p{

    margin-bottom: 3px;

}





/*----------------------------------------*/

/*  Mobile-Version

/*----------------------------------------*/

@media screen and (max-width: 767px) {

.cap_in{

     width: 40% !important;

    }

    .footer-bottom.style-two {
      margin-bottom: 60px;
    }
    
    .scroll-to-top{display: none !important;} 

}

@media screen and (max-width: 480px) {

.mg-logo{margin-top: 0px;}

.about-whybg{margin-bottom: 15px;}

.pad-80{padding: 30px 0px;}

.mt-sm-54{margin-top: 10px !important;}

.mt-sm-60{margin-top: 20px !important;}	

.social-icons a{color:#12626a;}

.float-right{float: left !important;}

.sbs-footer{display:table;

        width:100%;

        position:fixed;

        z-index:99999;

        bottom:0;

        background-color:#195eaf;

    }

.theme-btn.style-seven{margin-top: 10px;}





.contact-form-section .wrapper-box { padding: 20px;}

.contact-widget-two h5 i{top: 0px !important;}

.contact-widget-two h5{margin-bottom: 20px !important;}





.banner-section.style-five .content-box h1{font-size: 30px !important; line-height: 40px !important; }

.banner-section.style-five .content-box h4 {

  color: #f1f2f4 !important;

  margin-bottom: 10px;

  font-size: 18px;

}

.banner-section.style-five .content-box .text{

    font-size: 15px !important;

    line-height: 25px !important;

}

.banner-section.style-five .content-box{min-height: 455px}

.logo img {width: 210px;}



.justf{word-break: break-word;}



}