@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@400;500;600;700;800&display=swap');
body {font-family: 'Poppins', sans-serif; color: #444444;}

p {font-family: 'Poppins', sans-serif;margin: 0 0 10px;font-size: 15px;font-weight: 400;}

a {color: #084a94; text-decoration: none;}

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

h1, h2, h3, h4, h5, h6 {font-family: 'Baloo Thambi 2', cursive;}
section.bnr{padding:0;}
img{max-width:100%;}

tr#CalendarControl_C_ctl00_tr_BulletinHeader {
    height: 59px !important;
}

div#HomepagecontentControl_C {
    margin-top: -11px;
}

div#CalendarControl {
    margin-top: 10px;
}

#MenuControl {
    height: auto !important;
}

.hm-heading{text-align: center; position: relative; margin-bottom: 30px;}	
.hm-heading:after{    width: 80px;
    height: 3px;
    background: #000;
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;}
.hm-serv .hm-heading:after{ display:none;}	
#divmainenquiry11 h2, .hm-serv h2{
    font-size: 35px;
    font-family: Open Sans;
    font-weight: 800;
    color: #000;
    text-align: center;
    margin-bottom: 35px;
    border-bottom: 1px solid #775599;
    padding-bottom:10px;
    }
	

#marquee1 a {
    font-size: 15px !important;
    color: #000;
    line-height: 40px;
}

.due-date{ border: 2px #000 solid; border-radius:10px;}
.due-date h2{ font-size:20px; line-height:30px; text-align:center; color:#222; font-weight:600; padding:10px 0; margin:0; border-bottom:1px #ccc solid;}
.due-date p{ padding:0 10px;}

.margin-top{ margin-top:30px;}
.due-date{ background:#eee; /*margin-top:20px;*/}
.main-table li {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

.why-us{ margin:30px 20px;}
.three-bx{ width: 100%;
    height: 310px;
    border-radius: 50%;
    position: relative;
    cursor: default;
    -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -o-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
    overflow: hidden;
    text-align: center;
    border: 8px solid #eee;
    box-shadow: 2px 5px 4px #ccc;}
	
.three-bx p{text-align:center;}
	
.three-bx:before{    content: '';
    display: table;}
	
.three-bx-inner div{    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d; top:0; left:0;}
	
.three-bx-front{box-shadow: inset 0 0 0 16px rgba(0,0,0,0.3);
}
.three-bx-inner div, .three-bx-inner{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
    background-position: center center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%; overflow:hidden;}
	
.three-bx-front img{width:100%; height:100%;}

.three-bx-front h3{    top: 182px;
    left: 0;
    width: 100%;
    position: absolute;
    /* top: 0; */
    background: rgba(255,255,255,0.8);
    color: #000;
    padding: 10px 0;
    box-shadow: 0px 2px 3px #888;}

.three-bx-back{    -webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    background: #032b46;
    opacity: 0; color:#fff;}
	
.three-bx-back h3{    padding-top: 0;
    background: #333;
    margin-top: 45px;
    padding: 8px 0;
    font-size: 18px;
    font-weight: 200;}
	
.three-bx-back p{    padding: 0 20px;}

.three-bx-back p.rdmr a{    color: #fff;
    background: #222;
    padding: 5px 12px;
    border-radius: 7px;
    font-size: 13px;}
	
.three-bx-inner:hover .three-bx-front {
    -webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    opacity: 0;
}

.three-bx-inner:hover .three-bx-back {
    -webkit-transform: rotate3d(1,0,0,0deg);
    -moz-transform: rotate3d(1,0,0,0deg);
    -o-transform: rotate3d(1,0,0,0deg);
    -ms-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
    opacity: 1;
}

.three-bx-back ul{padding-left:0;}

.whatsapp_btn{
    position: fixed;
    bottom: 6em;
    right: 5px;
    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;
    }
}

.fix-box{
    position: fixed;
    top:35%;
    right: 0;
    z-index:999;
    font-size: 14px;
    }
	
/*.whats-new{color: #fff;
    transform: rotate(90deg);
    margin-left: -45px;
    background: #e64a54;
    padding: 9px 10px;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: bold;
    border-radius: 5px;}*/
	
.whats-new{
   /* color: #fff; */
   /* background:#242c42; */
   /* font-size: 16px; */
   font-family:Roboto !important;
   font-weight: bold;
   /* border-radius: 0px; */
   /* width: 260px; */
   /* padding-left: 10px; */
   /* margin-left: -110px; */
   /* transition:0.5s; */
   }
	
.whats-new span{     width: 45px;
    height: 45px;
    display: inline-block;
    background: #e64a54;
    text-align: center;
    line-height: 44px;
    margin-left: 9px;}
	
.whats-new a{color:#fff;}
.whats-new:hover{margin-left:0; transition:0.5s;}
.social-fx{list-style:none; padding-left:0; margin:0;}
.social-fx li{
    background: #242c42;
    width: 148px;
    padding-right: 10px;
    clear: both;
    height: 45px;
    line-height: 48px;
    margin-top: 2px;
    margin-right: -104px;
    transition: 0.5s;
    overflow: hidden;
    }
.social-fx li a{color:#fff;}
.social-fx li strong{font-weight:normal;}
.social-fx li span{float: left;margin-top: -3px;}
.social-fx li:hover{margin-left:0; transition:0.5s;}

/*navbar*/

#HeaderControl, #MenuControl, #widgetsControl, #WidgetControl2, #WidgetControl1, #WidgetControl4{ padding: 0;}
.navbar-default .navbar-brand{color:#fff;font-weight: bold; font-size: 30px;  padding-left: 25px; letter-spacing:3px;}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{color:#fff;}
/*navbar*/

/*nav-top*/
.nav-top{position:relative; height:45px; z-index: 1;width: 100%; background:#1b273d;}
.nav-top .nav-top-left ul{list-style:none; display:flex; color:#fff; padding:0;}
.nav-top .nav-top-rht ul{list-style:none; display:flex; color:#fff; float:right;line-height: 45px;margin: 0;}
.nav-top .nav-top-left ul li{padding:5px 10px; line-height:35px;}
.nav-top .nav-top-rht ul li{margin:0;border-left: 1px solid rgba(240, 240, 240, 0.5); border-right:0; transition:.5s;}
.nav-top .nav-top-rht ul li:last-child{border-right:1px solid rgba(240, 240, 240, 0.5);}
.nav-top .nav-top-rht ul li:hover{background:rgba(248,193,2,.75);}
.nav-top ul li fa{padding::5px 10px; color:#fff; }
.nav-top a{margin:5px 10px; color:#fff; text-align: center;}
.nav-top .nav-top-rht .fa{width:30px; height:30px;    line-height: 40px;}
/*nav-top*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 10px 0;
    position: relative;
    left: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997; background:rgba(27,39,61,0.85);
}
#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}
#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {color: #fff; padding-left: 10px; border-left: 4px solid #dd3d25;}

#header #logo img {padding: 0;  margin: 0;}
#header .icon .fa {color: #f8c102; font-size: 25px; line-height:40px; border:1px solid #f8c102; width:40px; height:40px; text-align:center;}
#header .con .text {padding-left: 10px; color: #fff; font-weight:normal;}
#header .con .text span{ display: block; line-height: 1.4; color: #ccc; font-size: 14px;}
#header .con .text strong{font-size: 16px; font-weight:normal;}
#header .col-md-6.d-flex{ padding:10px 0;}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.head-hm { text-transform: uppercase;  font-weight: bold; color: #3f3d56; font-size:40px; position: relative; padding-bottom:10px;text-align: center;}
.head-hm span { color: #f8c102;}
.head-hm:before{position:absolute; bottom:0; content:''; left:30px; right:0; margin:0 auto; height:5px; width:25px; background:#f8c102;}
.head-hm:after{position:absolute; bottom:0; content:''; left:0; right:30px; margin:0 auto; height:5px; width:25px; background:#000;}
/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.bnr-sec{padding:0; overflow: hidden; position:relative;}
.bnr-sec .carousel-indicators{ left:inherit; right: -10%; width: 60px;  top:10%;}
.bnr-sec .carousel-indicators  button{ display:block; margin: 10px 0;}
.bnr-cont{position: relative; color: #eee; left:0; right: 0; text-align: center; z-index: 9;}
.bnr-cont h2{font-size:30px; line-height:50px; font-weight:600; text-shadow:#181818 5px 4px 6px;}
.bnr-cont h2 span{ font-size:60px; line-height:90px; font-weight:800; color:#fff; border-top: 2px solid rgba(240, 240, 240, 0.5);}
.bnr-cont h4{ font-size:30px; line-height:40px; font-weight:800; color:#fff;}
.bnr-cont p{ font-size:14px; line-height:30px; color:#fff; text-align:left;}
.bnr-sec .fa{line-height:20px;font-size: 18px; font-weight: 300;}

.carousel-indicators [data-bs-target]{ border:5px solid #f9c203; background: #fff; width: 20px; height: 10px; margin: 0; border-radius:20px; }

.bnr-sec .fa{margin-left:5px; line-height: 70px; font-size: 30px; font-weight: 300; border: 2px solid #000; border-radius:10px; width: 80px; height: 80px; color:#fff; text-align: center;}
.bnr-sec .carousel-content {top: 20%;  position: absolute; padding: 20px; width: 52%; left: 0;  right: 0;  color: #fff; margin: 0 auto;}
.bnr-sec .title h1{ font-size:65px; line-height:60px; text-align:center; font-style:normal;}
.bnr-sec .title h1 span{ font-size:55px; display:block; color:#000; background:#f9c203; font-weight:900; margin-top:10px;}
/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
/*qyery-hm*/
.qyery-hm{background:#f9c203;  padding: 30px 0 30px;}
.qyery-hm i{font-size:60px; line-height:70px; margin-right:20px; float:left;}
.qyery-hm h4{margin: 0; font-size: 16px;  font-weight: normal; line-height:30px; color: #999; text-align:left; font-style:normal;}	
.qyery-hm h4 strong{font-style:normal; font-size:30px;  color: #000; text-transform:uppercase;}
.qyery-hm h4 span{background-color: transparent; float: right;  color: #000; font-size: 18px; padding: 8px 17px; border: 2px dashed rgba(0,0,0,0.5); transition:0.5s;    margin-top: -20px;text-transform:uppercase;}
	
.qyery-hm h4 span:hover{background:#1b273d; transition:0.5s;}
.qyery-hm h4 span:hover a{color:#fff;}
	
.qyery-hm h4 span a{COLOR:#000; font-weight:bold;}
/*qyery-hm*/
/*--------------------------------------------------------------
# banner-btm
--------------------------------------------------------------*/
.banner-btm{position:relative;padding: 50px 0; background:#fefefe;}
.banner-btm .cont-bx{width:100%; padding: 50px 20px; text-align: center;border:1px dashed #ccc; margin-top:20px; transition:0.5s; border-radius:10px; box-shadow: 0px 0px 65px 0px rgb(0 0 0 / 5%);}
.banner-btm .cont-bx:hover i{background:#000; color:#fff;}
.banner-btm .cont-bx i{color:#000; font-size: 30px; line-height: 80px;border-radius: 30% 70% 70% 30%/50% 50% 50% 50%; background:#f8c102; height: 80px; width: 80px;transition:.5s;}
.banner-btm .cont-bx h4{color:#000; font-size:26px;}
.banner-btm .cont-bx:hober h4{color:#150303;}
.banner-btm .cont-bx p{font-size:15px;line-height: 26px; margin-top:20px;}
.banner-btm .cont-bx p a{color:#f8c102; font-weight:bold; padding:15px 20px; border:1px solid #f8c102; border-radius:30px;transition:0.5s;}
.banner-btm .cont-bx:hover p a{color:#fff; background:#000; border-color:#000;}
/*--------------------------------------------------------------
# banner-btm
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #084a94;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}
.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #86c0da;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.menu-sec{background: #1b273d; position: relative;  z-index: 1; width: 100%;  padding: 2px 0;}
.col-md {-webkit-box-flex: 1; -ms-flex: 1 0 0%; flex: 1 0 0%;}
.d-flex{display: flex;}
.align-items-center{align-items: center;}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-sec{ padding:10px 0 50px;}
.about-sec .abt-img{ position:relative; padding:20px;}
.about-sec .abt-img::before {
    content: "";
    background-color: #f8c102;
    height: 100px;
    width: 100px;
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: -1;
}

.about-sec .abt-img::after {
    content: "";
    background-color: #f8c102;
    height: 100px;
    width: 100px;
    position: absolute;
    bottom: -2px;
    left: -2px;
    z-index: -1;
}

.about-sec .contents{padding:50px;}
.about-sec h3{text-align:justify; line-height:25px; color:#fff;}
.about-sec p{text-align:justify; line-height:25px; }
.about-sec ul li{text-align:justify; line-height:30px; color:#fff;}
.btn{color:#fff; background:#f8c102; transition:.5s; font-size:16px;   padding: 10px 20px; border-radius:30px;}
.btn:hover{color:#fff; background:#1b273d;}
.about-sec .btn{}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{padding:50px 0; background:#f5f5f5; background:url(Image/services-bg.png)}
.services .service-box{margin-bottom: 30px;
    background: #fff;
    position: relative;
    z-index: 0;margin-top: 30px;
    padding: 50px 30px 30px;
    border-radius: 4px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; border:1px dashed #ddd;}
.services .service-box .icon {text-align: center;  font-size: 25px;  position: relative;}
.services .service-box:hover .icon .fa{color:#000; border: 1px solid #fff;}
.services .service-box .icon .fa{position: relative;  display: inline-block;  font-size: 45px; background: #fff; width: 120px;
    height: 120px;  line-height: 120px;  text-align: center; border-radius: 50%;  color: #f8c102;  box-shadow: 0 0 50px rgb(0 0 0 / 10%);  transition: all 500ms ease;}
.services .service-box-cont{position: relative; text-align:center;}

.services .service-box:hover{background: #f8c102; color: rgba(0, 0, 0, 0.8); }
.services .service-box p{text-align:center; font-size:15px; margin-bottom:10px;}
.services .service-box .service-box-cont p{text-align:center;}
.services .service-box-cont h3{ text-align:center;}
.services .service-box-cont h3 a{ color:#000;}
.services .col-md-4{position:relative;}

.services .service-box .icon .border-layer {
    position: absolute;
    width: 140px;
    height: 140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -10px;
    border: 2px solid #fff;
    border-radius: 50%;
    clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%, 0 0);
    transition: all 500ms ease;
    -webkit-animation: hizmet-rot 2s infinite linear;
    -moz-animation: hizmet-rot 2s infinite linear;
    -o-animation: hizmet-rot 2s infinite linear;
    animation: hizmet-rot 2s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.services .service-box:hover .icon .border-layer{
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

.services .service-box .icon .border-layer{
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0 0);
}
.services .service-box:hover .icon i{box-shadow: none;}
@-moz-keyframes hizmet-rot{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}} 
@keyframes hizmet-rot{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}

@-moz-keyframes hizmet-rot_2{0%{-moz-transform:rotateY(0deg);transform:rotateY(0deg)}100%{-moz-transform:rotateY(360deg);transform:rotateY(360deg)}} 
@keyframes hizmet-rot_2{0%{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-o-transform:rotateY(0deg);transform:rotateY(0deg)}100%{-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg)}}

.services .service-box .icon .border-layer:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 12px;
	height: 12px;
	left: 15px;
	bottom: 9px;
	border-radius: 50%;
}
.services .service-box:hover .icon .border-layer{ display:block;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}
/*--------------------------------------------------------------
# Career Section
--------------------------------------------------------------*/
.career-sec{background:url(image/career-bg.jpg) no-repeat; background-attachment:fixed;background-position: top center;padding: 80px 0;}
.career-sec p{color:#fff; font-size:16px; text-align:center; line-height:30px;}
.career-sec .head-hm{ color:#fff;}
.career-sec .head-hm:after{background: #fff;}
/*Contact Section*/
.contact{ padding: 80px 0;}
.contact .container{webkit-box-shadow: 0 0 30px rgb(214 215 216 / 60%);  -moz-box-shadow: 0 0 30px rgb(214 215 216 / 60%);    box-shadow: 0 0 30px rgb(214 215 216 / 60%); background:#fff; padding-top:30px;}
.contact .container h4{font-weight:900; font-size:25px; line-height:40px;}
.contact .container h4 span{font-weight:300; }
.contact .head-hm{padding:50px 0 30px;}
.cont-hm-lft{background:#fff; padding:30px;}
.cont-hm-lft .form-control{border: 1px solid #eee;box-shadow:none; margin-bottom:15px;}
.sub-btn-hm{cursor: pointer; color: #fff; background: #f8c102; padding: 10px 30px; line-height: 26px; border: none; border-radius: 30px; font-size: 20px; transition:all .5s;}
.sub-btn-hm:hover{background: #1b273d;}
.map-hm-lft ::placeholder{color:rgba(0,0,0,.5);}
.cont-hm-rht{ background:#fff; padding:30px 20px 20px 30px; border-left: 1px solid #eee;}
.cont-hm-rht p{margin-bottom:30px;}
.cont-hm-rht p i {  padding-right: 8px;
   color:rgba(0,0,0,.5);   float: left;
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 20px;
}
/*Contact Section*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer{
    transition:0.3s;
    /* bottom: -315px; */
    /* padding-top:20px; */
    background: #775599 url(image/ft-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    /* right: 0; */
    /* left: 0; */
}

	
footer .container{position:relative;}

#FooterrControl1_tr_FooterBackImage{background-image:none !important;}

/*footer*/

footer{ margin-top: 20px; color: #333; padding-top:20px; font-family:Arial, Helvetica, sans-serif;}

footer .container-middle{position:relative;}

footer h2{
    font-weight: 600;
    font-size: 22px;
    position: relative;
    color: #f8c102;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px dashed #384967;
    padding-bottom: 5px;
    font-family: 'Saira', sans-serif !important;
}
	
footer h2 span {
    position: absolute;
    width: 100%;
    left: 1px;
    font-size: 20px;
    color: #222;
    z-index: 1;
    top: -17px;
}

footer .container-middle a{ color: #fff;}

.col-three{color:#eee;}

.us-lk p{color:#eee;}

.us-lk ul{ list-style-type: square; font-size: 14px; margin-bottom: 0; color: #fff; padding-left: 24px;}

.us-lk ul li{line-height: 20px; margin-bottom: 15px; transition:0.5s;}
.us-lk ul li:nth-last-child(1){margin-bottom:0}

.us-lk ul li:hover{ padding-left: 5px;}

.us-lk ul li a{ color:#eee; font-size: 14px;}

.us-lk ul li:hover a{color: #f8c102;}

footer a{ color:#fff;}
footer p a{ color:#4c82f4;}

.ft-soc ul{ font-size: 16px; margin-bottom: 0; list-style: none;}

.ft-soc ul{ padding-left: 0; font-size: 14px;}
	
.ft-soc ul a{color:#eee;}
.ft-soc ul li{margin-bottom:8px;}
.ft-soc ul li img{    margin-right: 10px; transition:0.5s;}
.ft-soc ul li:hover img{border-radius:50%; transition:0.5s;}
	
.ft-cont strong{color:#fff;}

.ft-cont p, .ft-cont p a{margin-bottom:8px; font-size: 14px; line-height: 20px; color: #8e8e8e; line-height: 22px;
 min-height: 25px; transition: 0.5s; text-align: left;}

.copyrht{font-family:Arial, Helvetica, sans-serif;background: #1b273d;color: #fff;font-size: 15px;padding:10px 0;position: relative;margin-top:15px;}
	
.copyrht p{ margin-bottom: 0; color: #ccc; font-size: 14px; }
.copyrht p a{ color: #ccc; font-size: 14px;}
	
footer .container{position:relative;}

#FooterrControl1_tr_FooterBackImage{background-image:none !important;}

.cprht-lft{ float:left; padding-top: 6px;}

.cprht-rht{ float:right; padding-top:0px;}

.cprht-rht ul{ list-style:none; text-align:right; margin:0; font-size: 14px;}

.cprht-rht ul li{    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left:1px solid #384967;
    line-height: 13px;}
	
.cprht-rht ul li:first-child{border-left:0;}

.cprht-rht a{color:#fff;     padding: 0 1px;}
.cprht-rht a .fa{    background: #283447;
    border-radius: 50%;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 29px; transition:0.5s;}

.cprht-rht a .fa:hover{background:#000; color:#fff; transition:0.5s;}

p.cprht-rht img {
    height: 18px; transition:0.5s;     vertical-align: bottom;
}

p.cprht-rht img:hover{transform:rotate(360deg); transition:0.5s;}

.cprht-lft strong{    color: #fff;
    font-weight: 300;}

.ft-cont i {    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #8e8e8e;
    font-size: 19px;
    line-height: 0px;
    margin-right: 11px;
    margin-top: 4px;
    vertical-align: baseline;
    float: left;
    transition: 0.5s;
}

.cprht-img{    float: left;
    margin-left: 120px;}
	
.cprht-img img{height: 45px;}

.ft-cont i img{margin-top: 6px;}

.ft-cont p:hover i{background:#77be32; transition:0.5s;}
	
.ft-nav ul{    list-style: none;
    text-align: center;
    margin-top: 0;
    padding-top: 21px;
    font-weight: bold; z-index: 9;
    position: relative;}
	
.ft-nav ul li{    display: inline-block;
    padding: 0 35px;}

.ft-nav ul li a:hover{color:#77be32;}

.same-ft{
    border: 1px dashed #384967;
    padding: 0 15px;
    position: relative;
    padding-left: 80px;
    margin-top: 15px;
    transition:0.5s;
    }
.same-ft h3{ color: #fff; font-size: 18px;}
.same-ft p{ color: #eee; font-size: 14px;}
.same-ft p span{display:block; color:#eee;}
.same-ft p  a{ color:#eee; font-size: 14px;}

	
.same-ft:after{
    font-size: 48px;
    font-family: Flaticon;
    position: absolute;
    left:18px;
    top: 32px;
    color: #fff;
}

.ft-add:after{content: "\f131";}
.ft-ph:after{content: "\f130";}
.ft-mail:after{content: "\f12e";}

.same-ft:hover{background: #f8c102;color:#fff;}
.same-ft:hover p, .same-ft:hover p span, .same-ft:hover p a{color:#fff;}
.same-ft:hover:after{color:#fff;}

.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #193e91;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #193e91;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}


.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}
footer:hover{ bottom:0; transition:0.5s;}

footer .container{ position:relative;}

.get-tuch{ position: absolute; margin-top: -30px; }
		
.get-tuch span{
    background: #775599;
    color: #fff;
    padding: 8px 14px;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
 
 }
	
.get-tuch span:after{
    content: "";
    position: absolute;
    left: -7px;
    top: 0;
    background: #775599;
    width: 25px;
    height: 12px;
    transform: skew(-36deg);
    z-index: 1;
	

}

.credits a{color:#eee; font-weight:bold;}
.top{ position: fixed;  right: 10px;  bottom: 30px;  text-align: center; color: #fff;  background: #150303; padding: 10px 10px; z-index: 9; border-radius: 50%; border: 2px solid #fff; cursor: pointer;  opacity: 0; transition: ease-in 0.5s;}
.top.scll-top { opacity: 1; transition: ease-in 0.5s; bottom: 50px;}
.top .fa {display: block !important;}

@media (max-width: 1200px) {
  .about .content{padding-right: 0;}
}
@media (max-width: 991px) {
  .team .member {margin-bottom: 110px;}
  .services .icon-box{margin:15px auto;}
  .nav-top, .menu-sec{position:relative; height:inherit; top:inherit;background: #000;}
  
}

@media (max-width: 768px) {
  .about {text-align: center;}
}
@media (max-width: 767px) {
#header img{ margin:inherit;}

.body-fx #header{ padding: 15px 0;
    height: inherit;
    position: relative; 
	background: rgba(47,77,90,.85) !important; }
	
.caption{ width: 100%;}

.wback .caption{ top: 30%;}

.nav>li>a { padding: 4px 2px;}

.ft-link{ text-align: left;}

#header .icon .fa{ color: #f8c102; font-size: 18px !important; line-height: 30px  !important; width: 35px !important; height: 35px !important; text-align: center;}
#header .con .text strong{ font-size: 12px !important;}
#header .col-md-6.d-flex{ padding: 5px 20px !important;}

.qyery-hm h4 strong{ font-size: 17px !important;}
.qyery-hm h4 span{ font-size: 15px !important; padding: 5px 15px !important; margin-top: 0 !important;}


}


@media (max-width: 575px) {
	

}


@media (max-width: 414px) {
	

}