
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
body{ font-family:"Quicksand", open sans;  font-size: 15px;  color: #333333; line-height: 24px; overflow-x:hidden; margin:0; padding: 0;}
.logo-web {
    text-align: center;
}

.banners {
    background: url(image/about-bg.jpg) no-repeat;
    background-size:
    cover;
    /* padding:100px 0; */
    position:
    relative;
}
.banners h1{color:#fff;}
.banners h3{color:#fff;}
.banners {color:#fff;padding-left:10px; padding-right:10px;}
.banners p{color:#fff;padding-left:10px; padding-right:10px;}
.banners h1{color:#fff;padding-left:10px; padding-right:10px;}
.banners li{color:#fff;padding-left:10px; padding-right:10px;}

#WidgetControl4 {
    padding: 0px;
}


/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.bnr-sec{padding:0;overflow: hidden;position:relative;}
.bnr-cont{position: absolute;bottom: 200px;color:#eee;left:0;right:0;top: 40%;margin:0 auto;width: 80%;text-align: center;}
.bnr-cont h2{font-size: 54px;line-height:60px;font-weight:600;text-shadow:#181818 5px 4px 6px;}
.bnr-cont h2 span{font-size: 51px;line-height:90px;font-weight:800;color:#fff;}
.bnr-cont p{font-size: 35px;line-height:40px;font-weight: 900;color:#fff;text-shadow: 1px 1px 3px #2b2b2b;text-align:center;}
.bnr-sec .fa{line-height:20px;font-size: 40px; font-weight: 900;}

.carousel-indicators li{background-color:#fff; width:15px; height:15px; border-radius:50%;border: 5px solid #0b3959; opacity:1; margin:0;}
.carousel-indicators .active{border: 5px solid rgba(254,254,254,1); background: #000c; width: 15px; height: 15px; margin: 0;}
/*-----carousel zoom effect-----*/
@-webkit-keyframes zoom {
    from {
  -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.4, 1.4);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.4, 1.4);
  }
}

.bnr-sec .carousel-inner .item > img {
  -webkit-animation: zoom 40s;
  animation: zoom 40s;width:100%; height:100vh;
}

/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/

#HeaderControl {position: relative;/* left: 0; */top: 0px;z-index: 9;/* width: 35%; *//* text-align: center; */background: transparent;}

.RadDock_Default .rdMiddle .rdCenter, .RadDock_Default .rdBottom .rdCenter {
    background: transparent !important;
}

.aside{background:#eee;margin-top: 159px;font-family:Arial;font-weight:normal;Font-size:13px;color:#0d5bb0;line-height:24px;border:1px #ccc solid;}
.aside ul{ list-style-image:url(image/arrow.png); list-style-position:inside; margin:0; padding:0;}
.aside ul li{Font-size: 15px;line-height: 31px;border-top:1px #ccc solid;padding-left:10px;}
.aside ul li a{ color:#0d5bb0; text-decoration:none;}
.aside ul li:hover{ background:#fff;}

.aside h2{font-weight:bold;Font-size:16px;color:#fff;line-height:40px;text-align:center;border-bottom:1px #7c5d2b solid;text-transform:uppercase;padding:0;margin:0;background: #173a5e;}

.Calcul-sec .head-main{text-align:center; margin-bottom:20px; color: #000}
.Calcul-sec .banner-line{  width: 50%; height: 2px; background: #fff;  margin: 25px auto 15px auto;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1);}
	
.Calcul-sec img{ max-width:100%;/* border-radius:50%; */}

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.Calcul-sec .Calcul-item{position:relative;overflow:hidden; height:250px; border-bottom: 10px solid #0c3c60; }
.Calcul-sec .Calcul-cont{opacity:0; position:absolute; transition:all .5s;z-index: 99; bottom:40px; left:0; right:0;
    text-align: center;}
.Calcul-sec .Calcul-cont h4{color: #fff;font-size:24px;font-weight:bold;}	
.Calcul-sec .Calcul-cont a{color: #fff;font-size:16px;font-weight:bold;}
.Calcul-sec .Calcul-item:hover .Calcul-cont {opacity:1; position:absolute; padding-bottom:20px;}
.Calcul-sec .Calcul-item:after {position:absolute; content:'';bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 9; left:0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
}
.Calcul-sec .Calcul-item img {
    transition: all ease-in-out 0.4s;
}
.Calcul-sec .Calcul-item:hover img {
    transform: scale(1.1);
}
#Calcul-sec {
    text-align: center;
    margin-bottom: 70px;
}
.hm-ser h2 {
    text-align: center;
}
/** services **/
.hm-ser.hm-ser .head-main{text-align:center; margin-bottom:20px; color: #000}
.hm-ser .banner-line{  width: 50%; height: 2px; background: #fff;  margin: 25px auto 15px auto;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1);}

.hm-ser {
    padding-bottom: 90px;
     margin-top: 60px;
}
 .ser_three_box {
    text-align: center;}
.single-services {
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);margin: 20px auto;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.services-img {
    overflow: hidden;
    position: relative;
	height: 260px;
}

.services-img img {
    transform: scale(1.1);
    transition: 0.4s;
}
.image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(87,134,169,0.80) none repeat scroll 0 0;
    z-index: 1;
    transition: 0.4s;
    opacity: 0;
}
.image-layer a {
    display: block;
    text-align: center;
    position: relative;
    top: 20%;
    margin-top: -10px;
}
.image-layer a i {
    background: transparent;
    font-size: 100px;
    color: #0c3c60;
}

.main-services {
    display: block;
    position: absolute;
    padding: 30px 15px;
    bottom: -95px;
    left: 0;
    z-index: 2;
    margin-top: -50px;
    background: rgba(87,134,169,0.80) none repeat scroll 0 0;
    transition: 0.4s;
}
.service-content h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    color: #fff;
}
.main-services p {
    color: #fff;
    opacity: 0;
}
.service-btn {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    z-index: 2;
}
.service-btn:hover {
    color: #0c3c60;
}
.service-btn::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -12px;
    top: -3px;
}
.single-services:hover .services-img img {
    transform: scale(1);
    transition: 0.4s;
}
.single-services:hover .image-layer {
    transition: 0.4s;
    opacity: 1;
}
.single-services:hover .main-services {
    background: transparent;
    transition: 0.4s;
    bottom: 20px;
}
.single-services:hover .main-services p {
    opacity: 1;
}
/** end  **/











.callus {
    width: 100%;
    margin: 8px 0 0 0;
    text-align: right;
    position: fixed;
    bottom: 7em;
    right: 9px;
    width: 50px;
    height: 50px;
    z-index: 99999;
}
.emailsubscription h2{ font-weight:bold; color:#036;}
.emailsubscription p{}
    .Subscribecss{right: 15px;
    padding: 0px 15px;
    line-height: 42px;
    border-radius: inherit;
    width: 100%;
    border: 1px solid #ccc9c9;
    }
	.ssubmit{    top: 24px;
    right: 0px;
    padding: 3px 23px;
    line-height: 38px;
    border-radius: inherit;
    position: absolute;
    border: none;
    color: #fff;
    background-color: #11670b;
}

.callus .callusL{
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    float: right;
    background: #eb1d39;
    color: #fff;
    margin: 0 20px 0 0;
    -webkit-box-shadow: 0px 0px 0px 7px #dc3545;
    -moz-box-shadow: 0px 0px 0px 7px rgba(232, 154, 17, 0.25);
    box-shadow: 0px 0px 0px 7px #dc354536;
    -webkit-animation: tada 1.25s infinite;
    -moz-animation: tada 1.25s infinite;
    -ms-animation: tada 1.25s infinite;
    animation: tada 1.25s infinite;
}

  /*============WHATSAPP==========*/
  
.whatsapp_btn{
    position: fixed;
    bottom: 11em;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 9999;
}
.whatsapp_btn .icon_logo{
    position: relative;
    z-index: 100;
    padding: 5px;
}

.whatsapp_btn .icon_logo > a > img{
    width: 100%;
}

.whatsapp_btn .circle_waves{
    border-radius: 50%;
    background-color: #3cc04e;
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes waves {
    from {
        transform: scale(.55, .55);
        opacity: .6;
    }
    to {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

a{ text-decoration:none;}

h1,h2,h3,h4,h5,h6{ font-family: 'Rubik', sans-serif;}

ul li, ol li{ font-family:"Quicksand", open sans; font-size: 15px; color:#333; line-height:22px; text-align:left;}

p{ font-family:"Quicksand", open sans; font-size: 15px; color:#333; line-height:22px; margin-bottom:10px; text-align:justify; }


.main-table{ font-family:"Quicksand", open sans; font-weight:normal; Font-size:15px; color:#333; line-height:24px; text-align:justify;}

.main-heading{ font-family: 'Rubik', sans-serif; font-weight:bold; Font-size:22px; color:#333; line-height:36px; border-bottom:1px #ccc dashed; text-align:left;}

.sub-heading{ font-family: 'Rubik', sans-serif; font-weight:bold; Font-size:18px; color:#333; line-height:25px; margin: 0; text-align:left;}

.team-title{ font-family: 'Rubik', sans-serif; Font-size:16px; color:#333; line-height:30px; margin: 0; text-align:left;}

.hmtm{ border:1px #ccc solid; width:120px; margin-bottom:10px; float:left; margin-right:15px;}

.bdr-rht{ border-right:1px #ccc solid;}
.team_img {
    width: 140px;  border: 5px solid #0d374c;   border-radius: 50%;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #0d374c;
}
center #form1 center .quick-btn{ display:none;}

img{ max-width:100%;}

:focus{ outline:none;}

.container-fluid{ padding-left:2px; padding-right:2px;}

#MenuControl_C #navbar-collapse-1{ height:100% !important;}

/*header*/

header{padding: 18px;background: transparent;}
header img{ max-width:100%;}
.fr-head img{float: left; padding-right: 10px;}
.fr-head p span img{padding-right:4px; height:20px; float:inherit; display:inline-block;}

.fr-head p {    font-size: 18px;
    color: #000;
    font-family: sans-serif; line-height: 20px;     margin-top: 20px;}
	
.fr-head p span, .fr-head p span a{    font-weight: 100;
    font-size: 13px;     color: #b7b7b7;}
	
.sm-dv{    display: inline-block;
    margin-left: 30px;}
	
.sm-dv p{
    color: #555;
    font-size: 13px;
    font-weight: 600;     float: left;
    margin-top: 0; margin-bottom:0;}
	
.sm-dv:first-child{margin-left:0;}

/*banner-btm*/

.tp-head { background: #0c3c60; top: 0;position: absolute; right: 0;}
.tp-head h3{ margin:0; font-size:20px; color: #fff; font-weight:bold; line-height:30px; padding: 35px 30px; display:block; cursor: pointer;}

.tp-head a{ color: #fff;}

.tp-fx-head{ position: fixed; z-index: 9; top: 50%; color: #fff; font-weight: bold; left: -58px;}
.tp-fx-head .btn{ margin:0; font-size:20px; transform: rotate(90deg); color: #fff; font-weight:bold; line-height:25px; padding:10px 20px; display:block; cursor: pointer; background: #24577d; border-top-left-radius:10px;border-top-right-radius:10px;}
.tp-fix a{ color:#fff;}
.tp-fix a:hover{ text-decoration:none;}


.appyhere{text-align:left;}
.appyhere a{ background:#ff0000; color:#fff; text-align:center; padding:10px 15px; line-height:22px;}


/*header*/

#FooterrControl1_tr_FooterBackImage td.row{ margin:0;}

/*navbar*/
/*modal*/
.modal-open .modal-content{border-bottom-left-radius:0; border-bottom-right-radius:0;}
.modal-open .modal-hm-bg{background-color:#fff; border-top-left-radius:0; border-top-right-radius:0;border-bottom-left-radius:6px; border-bottom-right-radius:6px; padding-bottom:10px;}
.modal-header{color:#000; text-transform:uppercase; font-size: 20px; font-weight: bold;}
.modal-body input{display:inline-block; margin:7px auto;}
.modal-body center input{padding:7px 20px; color:#000; background:#87c232; border-radius:40px; transition:.3s;}
.modal-body center input:hover{color:#fff; background:#000;}
.modal-header .close{ /*background: #87c232;*/ padding: 5px 10px; color: #000; opacity:.9;position: absolute; right: 16px;}

.modal{ top:150px; z-index:999999999 !important;}
.modal-content{ padding:15px;}
.modal-backdrop{ z-index:9;}
.modal-open .modal-dialog{z-index:9999;}
.smt-btn {
    cursor: pointer;
    color: #fff;
    background: #ff0000;
    padding: 10px 30px;
    line-height: 26px;
    border: 2px solid #000;
    border-radius: 45px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

/*modal*/
.smt-btn {
    cursor: pointer;
    color: #fff;
    background: #262626;
    padding: 10px 30px;
    line-height: 26px;
    border: 2px solid #000;
    border-radius: 45px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}


/*hm-abt*/

#about-hm .hm-abt-lft, .hm-career .hm-abt-lft{ padding-top:40px;}
.overlay_img{ position: absolute; width: 100%; height: 100%; background-color: #0c3c60; z-index: 1; transition:1.5s;}
.overlay_img.in-view{width: 5%;height: 100%;background-color: #0c3c60;transition:1.5s;}
.hm-abt .separator-line_left, .hm-team .hm-abt-rht .separator-line_left, .hm-career .separator-line_left{
    width: 70%;
    height: 2px;
    margin: 15px 0;
    /* background-color: #333; */
    opacity: 1;
    background: rgb(163, 163, 163);
    background: -moz-linear-gradient(left, rgba(163, 163, 163, 1) 1%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(163, 163, 163, 1) 1%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(163, 163, 163, 1) 1%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#ffffff', GradientType=1);
    clear: both;
    float: none;
    display: inline-block;
}

#about-hm  .hm-abt-lft, .hm-career .hm-abt-lft{text-align:right;padding-right: 50px;}
#about-hm .hm-abt-lft h2{    color: #333;
    font-size: 40px;
    line-height: 1.3;
    float: none;
    letter-spacing: 1px;
    position: relative;}
#about-hm .hm-abt-lft p, .hm-career .hm-abt-lft p{font-size: 18px;text-align:right;
    font-weight: 400;color: #444;
    letter-spacing: 1px;
    line-height: 30px;}
/*hm-abt*/
/*hm-team*/

.hm-team .hm-abt-rht{ padding-top:50px; padding-left: 50px;}
.hm-team .hm-abt-rht p{ font-size: 18px;text-align:left; font-weight: 300;color: #444; letter-spacing: 1px; line-height: 30px;}
	
/*hm-team*/

/*career*/
.map-hm{padding: 20px 0 0px;}
.map-hm .head-main{text-align:center; margin-bottom:20px;}
.map-hm .banner-line{  width: 50%; height: 2px; background: #fff;  margin: 25px auto 15px auto;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1);}
/*career*/

/*footer*/
footer{/* background:#0c3c60; */color:#fff;padding: 100px 0px 50px;/* background-image:url(image/footer-bg.jpg); background-attachment:fixed;*/background-position:top center;background-size:100% 100%;}
footer h3, footer h5 { text-align: left;padding-left: 10px; color:#fff;}
footer p { color: #eee;}
footer .sub-footer ul.socialmedia{list-style:none; margin:0; padding:0;}
footer ul.socialmedia li {  display: inline-block;  padding: 4px; float: left;}
footer .sub-footer p { font-size: 17px; margin-right: 8px;}
footer ul.socialmedia li a {
    /* padding: 10px; */
    line-height: 40px;
    width: 40px;
    height: 40px;
    background: #c7e5fb;
    color: #0c3c60;
    border-radius: 100%;
    float: left;
    text-align: center;
    transition: all 300ms ease-in-out;
}
footer ul.socialmedia li a:hover {
    background: #0c3c60;
    color: #fff;
    transition: all 300ms ease-in-out;
}

.footer-lft ul{ margin-top:20px;}
.footer-lft ul{ list-style:none; padding-left:0; margin-top:20px;}
.footer-lft ul li{ padding: 6px 0px;text-align: left; margin-left: 25px;}
.footer-lft ul li a{ color:#fff; position: relative; padding: 6px 20px; text-decoration: none; transition: all 300ms ease-in-out;}
.footer-lftul li a:hover{transition:0.5s; color:#fff;}
.footer-lft ul li a:after{content: "\f105";
    position: absolute;
    left: -5px;
    top: 22%;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

footer .footer-cntr{border-left: 1px solid #3e3e3e; border-right: 1px solid #3e3e3e;}
footer .footer-cntr .fa{font-size:20px; line-height:20px; color:#eee; margin-right:10px;}
.footer-rht ul{list-style:none; padding-left:0; margin:0;}
.footer-rht ul li{padding: 6px 0px;text-align: left;margin-left: 26px;}
.footer-rht ul li a{color:#eee; position: relative; padding: 6px 20px; text-decoration: none; transition: all 300ms ease-in-out;}
.footer-rht ul li a:hover{transition:0.5s; color:#fff;}
.footer-rht ul li a:after{content: "\f105";
    position: absolute;
    left: -5px;
    top: 22%;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
footer .sub-footer{padding-top: 30px;}
#FooterrControl1_tr_FooterBackImage td{height:inherit !important;     display: block;}
#FooterrControl1_tr_FooterBackImage tr{ display: block; width:100%;}
#FooterrControl1_tr_FooterBackImage table{display:none;}
#FooterrControl1_tr_FooterBackImage #FooterrControl1_Footer table{display:block;}
#FooterrControl1_Footer{    margin-top: -1px !important;}
#FooterrControl1_Footer tbody{    width: 100%;
    display: block;}
/*footer*/
/*fix-header-menu*/

.body-fx #HeaderControl{
    position: fixed;
    width: 100%;
    padding: 0;
    padding-left: 0;
    background: rgba(254,254,254,0.95);
    z-index: 99;
    text-align: center;
    transition: 0.5s;
    height: 80px !important;
    top: 0;
}

.body-fx #MenuControl {
    float: Right;
    position: fixed;
    right: 0;
    width: 100%;
    padding: 0;
    padding-right: 0;
    background: rgba(38,38,38,0.95);
    transition: 0.5s;
    top: 80px;
    height: 40px !important;
}

/*fix-header-menu*/

#widgetsControl, #widgetsControl_C{/* height: inherit !important; *//* margin-top: -70px !important; */}


/*quick-btn*/
.quick-btn{    position: fixed;
    top: 45%;
    right: 0;     z-index: 999;}
	
.quick-btn ul{     margin: 0; position:relative;
    padding: 0;
    list-style: none;
    /*background: #242c42;*/
    padding: 6px 6px;
    border-radius: 5px;}
	
.quick-btn ul li{ width: 8px; height: 8px; position: relative; margin: 10px auto;  right: 0;  left: 0;   background: #4badde; border-radius: 50%;  transition:0.5s;}
.quick-btn ul li.active{background:#ccc;border: 8px solid #000;position: relative;right: 5px;}	
.quick-btn ul li span{     position: absolute;
    left: -20px;
    top: -3px;
    background: #0c3c60;
    color: #fff;
    font-size: 11px;
    padding: 0;
    border-radius: 5px;
    display: none;
    transition: 0.5s;
    width: 58px;
    text-align: center;
    height: 17px;
    line-height: 16px;}
	
.quick-btn ul li:hover span{ display:block; transition:0.5s; left: -60px;}	
.quick-btn ul li a{ width: 10px; height: 10px; display: block; transition:0.5s;}
	

/*quick-btn*/
.carousel-control-next, .carousel-control-prev {
    width: 10% ;
}
/*main-slider*/
.banner-line {
    width: 50%;
    height: 2px;
    background: #fff;
    margin: 25px auto 15px auto;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.banner-btm .col-md-3{ margin:0; padding:0; border-right:1px #fff solid;}
.banner-btm .card-body{ background: #0c3c60; padding:30px 30px;margin: 0;transition:.5s;}
.banner-btm .card-body:hover{ background: #5786a9;}
.banner-btm .card-body a{ color:#fff; font-size:18px; font-weight:600; text-decoration:none;}
.banner-btm .mx-auto{ position: absolute; width: 100%; bottom: 0;}
.carousel-control-prev, .carousel-control-next{ z-index: 0;}
a{color: #0c3c60;}

.team-inner{}
.aside-tab{ background: #ff0000; margin-top:0; min-height:350px; padding:0; margin-bottom:20px;}
.aside-tab .nav-pills li{ width:100%; line-height:30px; border-radius:0; border-bottom:1px #8d1111 solid;}
.aside-tab .nav-pills li a{ color:#fff; font-size: 20px;}
.aside-tab .nav-pills .nav-link.active, .aside-tab .nav-pills .show>.nav-link{ background-color: #8d1111; color:#fff;}

.content-rht{}
.content-rht h2{ font-family: Rubik, sans-serif; font-weight: bold; Font-size: 20px; color: #222; line-height:30px; text-align: left;  margin-bottom: 5px; border-top:1px #ccc solid; border-bottom:1px #ccc solid;}
.img-ph{ width:120px; max-width:100%; margin-bottom:2px;}


  /*============cont==========*/
  .cont-page h2 {
    font-weight: bold;
    color: #111;
    font-size: 19px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 10px;
}
.cont-page h2 span {
    color: #111;
    font-weight: normal;
    font-size: 18px;
}
.cont-page .map-contp{border:1px dashed #ccc;}
.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}
.cont-page .st-feature-box {
    background: #0d374c;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #fff;
}
.st-feature-box {
    padding-left: 70px;
    position: relative;
}
.st-feature-box .st-feature-box-icon {
    color: #111;
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height: 0px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cont-page .feature-box-image .fa{color:#fff; line-height:30px; font-size:30px; margin-top: 20px;}
/*cont-page*/

/*main-slider*/
.table-responsive {
    min-height: .01%;
    overflow-y: hidden !important; border:0;
}

#MenuControl_C .container-fluid{ padding-left:0; padding-right:0;}


@media (min-width: 1366px) {
.carousel-item img{ max-width:100%;}
}

@media (max-width: 1170px) {
#about-hm .hm-abt-lft, .hm-career .hm-abt-lft, .hm-team .hm-abt-rht{ padding-top: 50px;}

}




@media(max-width:1024px){


}
	
@media (max-width:998px){#widgetsControl, #widgetsControl_C{ 

height:initial !important; }

}


@media(max-width:991px){

}
@media(max-width:767px){
	
.quick-btn{ display:none;}
.fix-box{ left:inherit; right: -10px;}

#MenuControl_C .dropdown-menu{ position:static;}

.body-fx .banner-sliderControl, .body-fx #MenuControl{ position:relative; top:inherit; width:100%; height:inherit !important;}
.hm-team .hm-abt-rht, #about-hm .hm-abt-lft, .hm-career .hm-abt-lft{ padding-top: 50px;}
.hm-team, #about-hm, .hm-career{ padding: 50px 0;}

}
	
@media(max-width:667px){
	
}
	
@media(max-width:568px){	

.tp-head{ display: none;}	
.banner-btm{ display: none;}
.pull-right{ float: inherit; text-align: left;}
	
}
	
@media(max-width:480px){
    .banner-slider .carousel-caption{
        display: none;
    }
.footer-lft p{ font-size: 12px;}	
.footer-rht ul li a{ padding-left: 5px; margin-left: 5px;}

}
	
@media(max-width:414px){	
.footer-rht ul li{ font-size: 12px;}

}
	
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
body{ font-family:"Quicksand", open sans;  font-size: 15px;  color: #333333; line-height: 24px; overflow-x:hidden; margin:0; padding: 0;}
.logo-web {
    text-align: center;
}

#HeaderControl {position: relative;/* left: 0; */top: 0px;z-index: 9;/* width: 35%; *//* text-align: center; */background: transparent;}

.RadDock_Default .rdMiddle .rdCenter, .RadDock_Default .rdBottom .rdCenter {
    background: transparent !important;
}

.Calcul-sec .head-main{text-align:center; margin-bottom:20px; color: #000}
.Calcul-sec .banner-line{  width: 50%; height: 2px; background: #fff;  margin: 25px auto 15px auto;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1);}
	
.Calcul-sec img{ max-width:100%;/* border-radius:50%; */}

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.Calcul-sec .Calcul-item{position:relative;overflow:hidden; height:250px; border-bottom: 10px solid #0c3c60; }
.Calcul-sec .Calcul-cont{opacity:0; position:absolute; transition:all .5s;z-index: 99; bottom:40px; left:0; right:0;
    text-align: center;}
.Calcul-sec .Calcul-cont h4{color: #fff;font-size:24px;font-weight:bold;}	
.Calcul-sec .Calcul-cont a{color: #fff;font-size:16px;font-weight:bold;}
.Calcul-sec .Calcul-item:hover .Calcul-cont {opacity:1; position:absolute; padding-bottom:20px;}
.Calcul-sec .Calcul-item:after {position:absolute; content:'';bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 9; left:0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
}
.Calcul-sec .Calcul-item img {
    transition: all ease-in-out 0.4s;
}
.Calcul-sec .Calcul-item:hover img {
    transform: scale(1.1);
}
#Calcul-sec {
    text-align: center;
    margin-bottom: 70px;
}
.hm-ser h2 {
    text-align: center;
}
/** services **/
.hm-ser.hm-ser .head-main{text-align:center; margin-bottom:20px; color: #000}
.hm-ser .banner-line{  width: 50%; height: 2px; background: #fff;  margin: 25px auto 15px auto;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1);}

.hm-ser {
    padding-bottom: 90px;
     margin-top: 60px;
}
 .ser_three_box {
    text-align: center;}
.single-services {
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);margin: 20px auto;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.services-img {
    overflow: hidden;
    position: relative;
	height: 260px;
}

.services-img img {
    transform: scale(1.1);
    transition: 0.4s;
}
.image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(87,134,169,0.80) none repeat scroll 0 0;
    z-index: 1;
    transition: 0.4s;
    opacity: 0;
}
.image-layer a {
    display: block;
    text-align: center;
    position: relative;
    top: 20%;
    margin-top: -10px;
}
.image-layer a i {
    background: transparent;
    font-size: 100px;
    color: #0c3c60;
}

.main-services {
    display: block;
    position: absolute;
    padding: 30px 15px;
    bottom: -95px;
    left: 0;
    z-index: 2;
    margin-top: -50px;
    background: rgba(87,134,169,0.80) none repeat scroll 0 0;
    transition: 0.4s;
}
.service-content h4 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    color: #fff;
}
.main-services p {
    color: #fff;
    opacity: 0;
}
.service-btn {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    z-index: 2;
}
.service-btn:hover {
    color: #0c3c60;
}
.service-btn::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -12px;
    top: -3px;
}
.single-services:hover .services-img img {
    transform: scale(1);
    transition: 0.4s;
}
.single-services:hover .image-layer {
    transition: 0.4s;
    opacity: 1;
}
.single-services:hover .main-services {
    background: transparent;
    transition: 0.4s;
    bottom: 20px;
}
.single-services:hover .main-services p {
    opacity: 1;
}
/** end  **/











.callus {
    width: 100%;
    margin: 8px 0 0 0;
    text-align: right;
    position: fixed;
    bottom: 7em;
    right: 9px;
    width: 50px;
    height: 50px;
    z-index: 99999;
}
.emailsubscription h2{ font-weight:bold; color:#036;}
.emailsubscription p{}
    .Subscribecss{right: 15px;
    padding: 0px 15px;
    line-height: 42px;
    border-radius: inherit;
    width: 100%;
    border: 1px solid #ccc9c9;
    }
	.ssubmit{    top: 24px;
    right: 0px;
    padding: 3px 23px;
    line-height: 38px;
    border-radius: inherit;
    position: absolute;
    border: none;
    color: #fff;
    background-color: #11670b;
}

.callus .callusL{
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    float: right;
    background: #eb1d39;
    color: #fff;
    margin: 0 20px 0 0;
    -webkit-box-shadow: 0px 0px 0px 7px #dc3545;
    -moz-box-shadow: 0px 0px 0px 7px rgba(232, 154, 17, 0.25);
    box-shadow: 0px 0px 0px 7px #dc354536;
    -webkit-animation: tada 1.25s infinite;
    -moz-animation: tada 1.25s infinite;
    -ms-animation: tada 1.25s infinite;
    animation: tada 1.25s infinite;
}

  /*============WHATSAPP==========*/
  
.whatsapp_btn{
    position: fixed;
    bottom: 11em;
    right: 20px;
    width: 55px;
    height: 55px;
    z-index: 9999;
}
.whatsapp_btn .icon_logo{
    position: relative;
    z-index: 100;
    padding: 5px;
}

.whatsapp_btn .icon_logo > a > img{
    width: 100%;
}

.whatsapp_btn .circle_waves{
    border-radius: 50%;
    background-color: #3cc04e;
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes waves {
    from {
        transform: scale(.55, .55);
        opacity: .6;
    }
    to {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

a{ text-decoration:none;}

h1,h2,h3,h4,h5,h6{ font-family: 'Rubik', sans-serif;}

ul li, ol li{font-family:"Quicksand", open sans;font-size: 15px;color:#333;line-height: 22px;text-align:left;}

p{font-family:"Quicksand", open sans;font-size: 15px;color:#333;line-height:22px;margin-bottom:10px;text-align: justify;}


.main-table{ font-family:"Quicksand", open sans; font-weight:normal; Font-size:15px; color:#333; line-height:24px; text-align:justify;}

.main-heading{ font-family: 'Rubik', sans-serif; font-weight:bold; Font-size:22px; color:#333; line-height:36px; border-bottom:1px #ccc dashed; text-align:left;}

.sub-heading{ font-family: 'Rubik', sans-serif; font-weight:bold; Font-size:18px; color:#333; line-height:25px; margin: 0; text-align:left;}

.team-title{ font-family: 'Rubik', sans-serif; Font-size:16px; color:#333; line-height:30px; margin: 0; text-align:left;}

.hmtm{ border:1px #ccc solid; width:120px; margin-bottom:10px; float:left; margin-right:15px;}

.bdr-rht{ border-right:1px #ccc solid;}
.team_img {
    width: 140px;  border: 5px solid #0d374c;   border-radius: 50%;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #0d374c;
}
center #form1 center .quick-btn{ display:none;}

img{ max-width:100%;}

:focus{ outline:none;}

.container-fluid{ padding-left:2px; padding-right:2px;}

#MenuControl_C #navbar-collapse-1{ height:100% !important;}

/*header*/

.navbar-default{border:0; background:#fff;}
.navbar .navbar-right{    margin-top: 8px;}
.navbar-default{
    background: transparent;}

.navbar-default .navbar-nav>li>a:hover{    background: #013f63; color:#fff;}

.navbar-default .navbar-nav>li>a{color:#fff; padding-top: 8px;
    padding-bottom: 9px;}
.navbar-default .navbar-brand{padding:0;}

#logo-web{    transition: 0.5s;
    max-width: 100%;
    padding-left: 15px;
    margin: 0 auto;
    display: block;}


.navbar-fixed-top.navbar-default #logo-web{width: 81%; transition:0.5s;     padding-top: 4px;}
.navbar-fixed-top .nav>li>a{    padding-left:20px; padding-right:20px;}
.navbar-fixed-top.navbar-default{    padding: 9px 0;
    background: rgba(108,119,59,0.95);
    transition: 0.5s;
    border-bottom: 0;
    /* padding-bottom: 0; */
    box-shadow: 0;
    position: fixed;
    top: 0; z-index:999;}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}
section.bnr{padding:0;}
img{max-width:100%;}

#HeaderControl{
    height: 82px;
    float: Left;
    margin-bottom: 0;
    /* padding: 8px 0; */
    transition: 0.5s;
    position: absolute;
    /* left: 74px; */
    top: 46px;
    z-index: 9;
    padding-left: 8%;
    width: 30%;
    background: transparent;
    text-align: center;
    }
	
#HeaderControl.RadDock_Default .rdMiddle .rdCenter, #HeaderControl.RadDock_Default .rdBottom .rdCenter{    background-color: transparent !important;}

#MenuControl.RadDock_Default .rdMiddle .rdCenter, #MenuControl.RadDock_Default .rdBottom .rdCenter{    background-color: transparent !important;}

#MenuControl{
    height: 82px;
    float: Right;
    margin-bottom: 0;
    padding: 0px 0;
    transition: 0.5s;
    position: absolute;
    right: 0;
    top: 46px;
    z-index: 9;
    width: 71%;
    background: transparent;
    }
	
	
.body-fx #HeaderControl{
    height: 90px;
    float: Left;
    position: fixed;
    width: 32%;
    padding: 0;
    padding-left: 0;
    background: #efdc04;
    z-index: 99;
    text-align: left;
    transition: 0.5s;
    height: 140px !important;
    top: 0;
}

.body-fx #logo-web{margin-top: 6px;}

.body-fx #MenuControl_C{height: 68px !important;}


.body-fx #MenuControl {
    height: 90px;
    float: Right;
    position: fixed;
    right: 0;
    width: 71%;
    padding: 0;
    padding-right: 0;
    background: #efdc04;
    transition: 0.5s;
    top: 0px;
    height: 140px !important;
}

center #form1 #HomepagecontentControl{padding-top: 133px; padding-bottom:25px;}
center #form1 .top-nav{background: #173a5e;}
center #form1 #HeaderControl,
center #form1 #MenuControl{ background: #fff;}

/*
center #form1 #HeaderControl,
center #form1 #MenuControl{ background: #efdc04;}

*/

center #form1 #HeaderControl{margin-left: -2px;width: 30%;}
center #form1 #MenuControl{margin-right: -2px;}
center #form1 .fix-box{display:none;}

.body-fx center #form1 #HeaderControl{margin-left:0;}
.body-fx center #form1 #MenuControl{margin-right: 0px;}

center #form1 footer{opacity:1; visibility:visible;}

.top-nav{background: #173a5e;color: #fff;}
.top-nav a{color:#fff; text-decoration:none;color: #fff !important;}
.top-nav-lft ul{list-style:none;padding-left:0;margin-bottom: 0;}
.top-nav-lft ul li{display:inline-block;margin-right:20px;color: #fff;}

.top-nav-lft ul li .fa{margin-right:5px;color:#fff;font-size:16px;text-align: center;background: #21568c;padding:15px 15px;}

.top-nav-rht ul{list-style:none;padding-right:0;margin;margin-bottom: 0;}
.top-nav-rht ul li{display:inline-block;margin-right:20px;/* color: #c7c7c7; */}

.top-nav-rht ul li .fa{margin-right:5px;color:#fff;font-size:16px;text-align: center;background: #21568c;padding:15px 15px;}
.top-nav-rht ul li{color:#fff;}
/*header*/

#FooterrControl1_tr_FooterBackImage td.row{ margin:0;}

/*navbar*/
/*modal*/
.modal-open .modal-content{border-bottom-left-radius:0; border-bottom-right-radius:0;}
.modal-open .modal-hm-bg{background-color:#fff; border-top-left-radius:0; border-top-right-radius:0;border-bottom-left-radius:6px; border-bottom-right-radius:6px; padding-bottom:10px;}
.modal-header{color:#000; text-transform:uppercase; font-size: 20px; font-weight: bold;}
.modal-body input{display:inline-block; margin:7px auto;}
.modal-body center input{padding:7px 20px; color:#000; background:#87c232; border-radius:40px; transition:.3s;}
.modal-body center input:hover{color:#fff; background:#000;}
.modal-header .close{ /*background: #87c232;*/ padding: 5px 10px; color: #000; opacity:.9;position: absolute; right: 16px;}

.modal{ top:150px; z-index:999999999 !important;}
.modal-content{ padding:15px;}
.modal-backdrop{ z-index:9;}
.modal-open .modal-dialog{z-index:9999;}
.smt-btn {
    cursor: pointer;
    color: #fff;
    background: #ff0000;
    padding: 10px 30px;
    line-height: 26px;
    border: 2px solid #000;
    border-radius: 45px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

/*modal*/
.smt-btn {
    cursor: pointer;
    color: #fff;
    background: #262626;
    padding: 10px 30px;
    line-height: 26px;
    border: 2px solid #000;
    border-radius: 45px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}




/*banner-btm*/
#about-hm .hm-abt-lft, .hm-career .hm-abt-lft { padding-top: 50px;}
.banner-btm{ position:relative;}

.hm-abt-lft{}
.hm-abt-lft img{width:100%;/* height:400px; */}
.hm-abt-rht{ }
.hm-abt-rht img{width:100%;/* height: 600px; */}


/*banner-btm*/
#HomepagecontentControl_C table{margin-top:0px !important;}
center #form1 #HomepagecontentControl_C table{margin-top:10px !important;}
/*hm-abt*/

#about-hm .hm-abt-lft, .hm-career .hm-abt-lft{ padding-top:40px;}
.overlay_img{ position: absolute; width: 100%; height: 100%; background-color: #0c3c60; z-index: 1; transition:1.5s;}
.overlay_img.in-view{width: 5%;height: 100%;background-color: #0c3c60;transition:1.5s;}
.hm-abt .separator-line_left, .hm-team .hm-abt-rht .separator-line_left, .hm-career .separator-line_left{
    width: 70%;
    height: 2px;
    margin: 15px 0;
    /* background-color: #333; */
    opacity: 1;
    background: rgb(163, 163, 163);
    background: -moz-linear-gradient(left, rgba(163, 163, 163, 1) 1%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(163, 163, 163, 1) 1%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(163, 163, 163, 1) 1%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#ffffff', GradientType=1);
    clear: both;
    float: none;
    display: inline-block;
}

#about-hm  .hm-abt-lft, .hm-career .hm-abt-lft{text-align:right;padding-right: 50px;}
#about-hm .hm-abt-lft h2{    color: #333;
    font-size: 40px;
    line-height: 1.3;
    float: none;
    letter-spacing: 1px;
    position: relative;}
#about-hm .hm-abt-lft p, .hm-career .hm-abt-lft p{font-size: 18px;text-align:right;
    font-weight: 400;color: #444;
    letter-spacing: 1px;
    line-height: 30px;}
/*hm-abt*/
/*hm-team*/

.hm-team .hm-abt-rht{ padding-top:50px; padding-left: 50px;}
.hm-team .hm-abt-rht p{ font-size: 18px;text-align:left; font-weight: 300;color: #444; letter-spacing: 1px; line-height: 30px;}
	
/*hm-team*/

/*career*/
.map-hm{padding: 20px 0 0px;}
.map-hm .head-main{text-align:center; margin-bottom:20px;}
.map-hm .banner-line{  width: 50%; height: 2px; background: #fff;  margin: 25px auto 15px auto;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(200, 200, 200, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1);}
/*career*/

/*footer*/
footer{background-image: url('image/footer-bg.jpg');color:#fff;padding: 100px 0px 50px;/* background-image:url(image/footer-bg.jpg); background-attachment:fixed;*/background-position:top center;background-size:100% 100%;background-size: cover;}
footer h3, footer h5 { text-align: left;padding-left: 10px; color:#fff;}
footer p { color: #eee;}
footer .sub-footer ul.socialmedia{list-style:none; margin:0; padding:0;}
footer ul.socialmedia li {  display: inline-block;  padding: 4px; float: left;}
footer .sub-footer p { font-size: 17px; margin-right: 8px;}
footer ul.socialmedia li a {
    /* padding: 10px; */
    line-height: 40px;
    width: 40px;
    height: 40px;
    background: #c7e5fb;
    color: #0c3c60;
    border-radius: 100%;
    float: left;
    text-align: center;
    transition: all 300ms ease-in-out;
}
footer ul.socialmedia li a:hover {
    background: #0c3c60;
    color: #fff;
    transition: all 300ms ease-in-out;
}

.footer-lft ul{ margin-top:20px;}
.footer-lft ul{ list-style:none; padding-left:0; margin-top:20px;}
.footer-lft ul li{ padding: 6px 0px;text-align: left; margin-left: 25px;}
.footer-lft ul li a{ color:#fff; position: relative; padding: 6px 20px; text-decoration: none; transition: all 300ms ease-in-out;}
.footer-lftul li a:hover{transition:0.5s; color:#fff;}
.footer-lft ul li a:after{content: "\f105";
    position: absolute;
    left: -5px;
    top: 22%;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

footer .footer-cntr{border-left: 1px solid #3e3e3e; border-right: 1px solid #3e3e3e;}
footer .footer-cntr .fa{font-size:20px; line-height:20px; color:#eee; margin-right:10px;}
.footer-rht ul{list-style:none; padding-left:0; margin:0;}
.footer-rht ul li{padding: 6px 0px;text-align: left;margin-left: 26px;}
.footer-rht ul li a{color:#eee; position: relative; padding: 6px 20px; text-decoration: none; transition: all 300ms ease-in-out;}
.footer-rht ul li a:hover{transition:0.5s; color:#fff;}
.footer-rht ul li a:after{content: "\f105";
    position: absolute;
    left: -5px;
    top: 22%;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
footer .sub-footer{padding-top: 30px;}
#FooterrControl1_tr_FooterBackImage td{height:inherit !important;     display: block;}
#FooterrControl1_tr_FooterBackImage tr{ display: block; width:100%;}
#FooterrControl1_tr_FooterBackImage table{display:none;}
#FooterrControl1_tr_FooterBackImage #FooterrControl1_Footer table{display:block;}
#FooterrControl1_Footer{    margin-top: -1px !important;}
#FooterrControl1_Footer tbody{    width: 100%;
    display: block;}
/*footer*/
/*fix-header-menu*/

.body-fx #HeaderControl{
    position: fixed;
    width: 100%;
    padding: 0;
    padding-left: 0;
    background: rgba(254,254,254,0.95);
    z-index: 99;
    text-align: center;
    transition: 0.5s;
    height: 80px !important;
    top: 0;
}

.body-fx #MenuControl {
    float: Right;
    position: fixed;
    right: 0;
    width: 100%;
    padding: 0;
    padding-right: 0;
    background: rgba(38,38,38,0.95);
    transition: 0.5s;
    top: 80px;
    height: 40px !important;
}

/*fix-header-menu*/

#widgetsControl, #widgetsControl_C{ height: inherit !important; /* margin-top: -70px !important; */}


/*quick-btn*/
.quick-btn{    position: fixed;
    top: 45%;
    right: 0;     z-index: 999;}
	
.quick-btn ul{     margin: 0; position:relative;
    padding: 0;
    list-style: none;
    /*background: #242c42;*/
    padding: 6px 6px;
    border-radius: 5px;}
	
.quick-btn ul li{ width: 8px; height: 8px; position: relative; margin: 10px auto;  right: 0;  left: 0;   background: #4badde; border-radius: 50%;  transition:0.5s;}
.quick-btn ul li.active{background:#ccc;border: 8px solid #000;position: relative;right: 5px;}	
.quick-btn ul li span{     position: absolute;
    left: -20px;
    top: -3px;
    background: #0c3c60;
    color: #fff;
    font-size: 11px;
    padding: 0;
    border-radius: 5px;
    display: none;
    transition: 0.5s;
    width: 58px;
    text-align: center;
    height: 17px;
    line-height: 16px;}
	
.quick-btn ul li:hover span{ display:block; transition:0.5s; left: -60px;}	
.quick-btn ul li a{ width: 10px; height: 10px; display: block; transition:0.5s;}
	

/*quick-btn*/
.carousel-control-next, .carousel-control-prev {
    width: 10% ;
}
/*main-slider*/
.banner-slider .carousel-caption{ top: 30%; bottom: inherit;}
.banner-slider .carousel-caption h2{ font-size:40px; font-weight:bold; color: #fff;  text-align:center;}
.banner-slider .carousel-caption p{ font-size: 24px; text-align: center; font-weight: 500;  color: #fff; letter-spacing: 3px;}

.banner-line {
    width: 50%;
    height: 2px;
    background: #fff;
    margin: 25px auto 15px auto;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 51%, rgba(0, 0, 0, 0.02) 99%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.banner-btm .col-md-3{ margin:0; padding:0; border-right:1px #fff solid;}
.banner-btm .card-body{ background: #0c3c60; padding:30px 30px;margin: 0;transition:.5s;}
.banner-btm .card-body:hover{ background: #5786a9;}
.banner-btm .card-body a{ color:#fff; font-size:18px; font-weight:600; text-decoration:none;}
.banner-btm .mx-auto{ position: absolute; width: 100%; bottom: 0;}
.carousel-control-prev, .carousel-control-next{ z-index: 0;}
a{color: #0c3c60;}

.team-inner{}
.aside-tab{ background: #ff0000; margin-top:0; min-height:350px; padding:0; margin-bottom:20px;}
.aside-tab .nav-pills li{ width:100%; line-height:30px; border-radius:0; border-bottom:1px #8d1111 solid;}
.aside-tab .nav-pills li a{ color:#fff; font-size: 20px;}
.aside-tab .nav-pills .nav-link.active, .aside-tab .nav-pills .show>.nav-link{ background-color: #8d1111; color:#fff;}

.content-rht{}
.content-rht h2{ font-family: Rubik, sans-serif; font-weight: bold; Font-size: 20px; color: #222; line-height:30px; text-align: left;  margin-bottom: 5px; border-top:1px #ccc solid; border-bottom:1px #ccc solid;}
.img-ph{ width:120px; max-width:100%; margin-bottom:2px;}


  /*============cont==========*/
  .cont-page h2 {
    font-weight: bold;
    color: #111;
    font-size: 19px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 10px;
}
.cont-page h2 span {
    color: #111;
    font-weight: normal;
    font-size: 18px;
}
.cont-page .map-contp{border:1px dashed #ccc;}
.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}
.cont-page .st-feature-box {
    background: #0d374c;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #fff;
}
.st-feature-box {
    padding-left: 70px;
    position: relative;
}
.st-feature-box .st-feature-box-icon {
    color: #111;
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    line-height: 0px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cont-page .feature-box-image .fa{color:#fff; line-height:30px; font-size:30px; margin-top: 20px;}
/*cont-page*/

/*main-slider*/
.table-responsive {
    min-height: .01%;
    overflow-y: hidden !important; border:0;
}

#MenuControl_C .container-fluid{ padding-left:0; padding-right:0;}


@media (min-width: 1366px) {
.carousel-item img{ max-width:100%;}
}

@media (max-width: 1170px) {
#about-hm .hm-abt-lft, .hm-career .hm-abt-lft, .hm-team .hm-abt-rht{ padding-top: 50px;}

}




@media(max-width:1024px){
.banner-slider .carousel-caption { top: 10%;}

}
	
@media (max-width:998px){#widgetsControl, #widgetsControl_C{ 

height:initial !important; }

}


@media(max-width:991px){
.banner-slider .carousel-caption { top:0%;}
.banner-slider .carousel-caption h2 { font-size: 28px;  font-weight: bold;}
}
@media(max-width:767px){
    .bnr-cont{display: none;}
	.top-nav-rht ul{padding-left: 0;}
   
.quick-btn{ display:none;}
.fix-box{ left:inherit; right: -10px;}

#MenuControl_C .dropdown-menu{ position:static;}

.body-fx .banner-sliderControl, .body-fx #MenuControl{ position:relative; top:inherit; width:100%; height:inherit !important;}
.hm-team .hm-abt-rht, #about-hm .hm-abt-lft, .hm-career .hm-abt-lft{ padding-top: 50px;}
.hm-team, #about-hm, .hm-career{ padding: 50px 0;}


#HeaderControl{    position: static;      width: 100%;    background: #1e385c; padding-left:0; }
#MenuControl{    position: static;  width: 100%;    background: #1e385c;  height: auto !important;  }
#MenuControl_C{ height: auto !important ; }
#header{text-align: center;}
#MenuControl_C .container-fluid{justify-content: center;}
.navbar-toggler{background-color: #fff;}
center #form1 #HeaderControl, center #form1 #MenuControl {background: #1e385c; }
center #form1 #HeaderControl {margin-left: 0px;width: 100%;}
center #form1 #HomepagecontentControl{padding-top:20px;}
}
	
@media(max-width:667px){
.fr-head{display:none;}
}
	
@media(max-width:568px){	

.tp-head{ display: none;}	
.banner-btm{ display: none;}
.pull-right{ float: inherit; text-align: left;}
	
}
	
@media(max-width:480px){
    .banner-slider .carousel-caption{
        display: none;
    }
.footer-lft p{ font-size: 12px;}	
.footer-rht ul li a{ padding-left: 5px; margin-left: 5px;}

}
	
@media(max-width:414px){	
.footer-rht ul li{ font-size: 12px;}

}
	
    .about .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
	border:1px dashed #ccc;margin: 10px auto;
	text-align:center;
}

.about .icon-box:hover, .about .icon-box:hover .fa, .about .icon-box:hover a{color:#fff;}
.about .icon-box i {
  font-size: 45px;
  color: #173a5e;
  margin-bottom: 10px;
}
.about .icon-box::before {
    content: '';
    position: absolute;
    background: #173a5e;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}
.about .icon-box:hover::before {
    background: #173a5e;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.about .icon-box h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0;
}

.about .icon-box p {
  font-size: 15px;
  color: #848484;
}

.blog {padding: 50px;}
.blog i {font-size: 42px; color: #0c3c60; margin: 0 0 20px 0;}

@media (min-width: 1200px) {

    /* #CalendarControl { width: 378px !important;}  */
}


#counts ul{margin:0; padding:0; list-style:none; text-align:center; position:relative;}
#counts ul li{display:inline-block;width: 144px;height: 144px;border: 2px solid #959595;color: #ffffff;border-radius:50%;position:relative;margin:30px;text-align: center;}
#counts ul li span{font-size: 20px; padding-top:10px;}
#counts ul li.clr{background:#173a5e;color:#fff;width: 170px;height: 170px;position:relative;top:50px;}
#counts ul li.clr h5{ font-size:21px; margin-top:60px; font-weight: 600;}
#counts ul li .fa{color: #dadada;padding-top:20px;font-size:40px;display:block;padding-bottom: 10px;}
#counts ul.count2 li:nth-child(2){top:50px;}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 44px;
  color: #173a5e;
  float: left;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #2f4d5a;
  margin-left: 60px;
}

.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #49788c;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #49788c;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #6e9fb4;
}

.car {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url(../image/carr-bg.jpg) fixed center center;
    background-size: cover;
    padding: 40px 0 100px 0;
    /* margin-top: 60px; */
}

#CalendarControl_C_ctl00_tr_BulletinHeader { height: 44px !important;}
#CalendarControl_C_ctl00_Calendar1 td { height: 40px;}
#CalendarControl, #CalendarControl_C { height: 260px !important;}

.whats-new #marquee { height: 116px !important;}
#WhatsNewControl_C { height: 234px !important;}