@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
body {
  font-family: 'Montserrat', sans-serif;
  color: #444444;
}

a {
  color: #181818;
}
@font-face {
  font-family: cooper-black;
  src: url(../Image/Cooper-Black-Regular.ttf);
}
.tittle-head{
  font-family: cooper-black;
 
}
a:hover {
  color: #8ec4dd;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}
section.bnr{padding:0;}
img{max-width:100%;}
.team_img {
  width: 160px;
  height: 160px;
  border: 2px solid #2f4d5a;
  padding: 2px;
  /* border-radius: 50%; */
}
/*navbar*/

#HeaderControl, #MenuControl, #widgetsControl, #WidgetControl2, #WidgetControl1, #WidgetControl4{ padding: 0;}
#MenuControl_C .navbar-default,#MenuControl_C .container-fluid,#MenuControl_C .navbar-nav{height:100%;}
/*nav-bar*/
.dropdown-toggle{position:relative;}
.nav-item ul li .dropdown-toggle::after{position:absolute;right: 5px; top: 10px;}
#MenuControl .bg-light{background-color: #fff !important; height:100%;}
.nav-link{font-weight: 600; color:#000;}
.nav-fill{width:100%; font-size: 15px;}
.navbar-brand{margin:0;}
/*nav-bar*/

#MenuControl_C #navbar-collapse-1{height:100% !important;}
.table-responsive{overflow:hidden; padding:0;}

.navbar-default .container-fluid{/*width:1140px;*/}
.navbar-header{display:none;}

#FooterrControl1_tr_FooterBackImage td.row{margin:0;}
/*navbar*/

.RadDock .rdContent{font: inherit !important;}
#widgetsControl, #widgetsControl_C{height:inherit !important;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header{padding: 10px 0; }
.tp-nav .col-md-4{background: #ef800d;}
#header .container{z-index:1;}
.tp-nav p{line-height:30px;}
.tp-nav{position: relative; transition: all 0.5s; background:#053752; color:#fff;overflow: hidden;}
.tp-nav .social-links:after{content:''; position:absolute; height:40px; background:#ef800d;  width: 100%; top:0;z-index:0;}
.tp-nav a{color:#fff;padding: 0px; line-height: 30px;}
.tp-nav a .fa{color:#053752;width:40px; height:40px; line-height: 40px; text-align:center;background: #ef800d; border-right: 1px solid #053752; transition:.5s;}
.tp-nav a:nth-child(1) .fa{border-left: 1px solid #053752;}
.tp-nav a:hover .fa {  background: #eee;}
p{margin:0;line-height: 25px; font-size: 15px;padding: 2px 0;}
.tp-head-lft{float:left;}
.tp-nav .social-links{margin-top:0; background:#ef800d;position: relative;}
#header .logo-sec{text-align:center; padding:12px 0;}
.body-fx .navbar-default{/*background-color: transparent !important;*/}
.logo-sec{position: relative;}
.logo-sec img{margin:0 auto; z-index: 1; position: relative;}

/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
section.bnr-sec{padding:0;}
.bnr-sec, .bx-content{position:relative;}
.bx-icon{float:left; height:130px; width:70px; text-align:center; margin-right:10px;}
.bnr-btm-bx .fa{width:60px; height:60px; line-height:55px; font-size:30px; border:2px solid #053752; color:#053752}
.bx-content h4{color:#053752; font-size:20px; line-height:30px; font-weight:bold;}
.bnr-btm-bx:hover p.rd-mr a{ background: #053752; color: #fff; border-color: #053752;}
.bnr-btm-bx:hover p.rd-mr a:after {background: #b9defd; border: 2px solid #b9defd;}
.bx-content p{text-align:justify;}
.bnr-btm-bx:hover p.rd-mr img{ filter: brightness(0) invert(1);-webkit-filter: brightness(0) invert(1);-moz-filter: brightness(0) invert(1);}
.bnr-btm-sec{padding:100px 0;}
/*--------------------------------------------------------------
# home Section
--------------------------------------------------------------*/
p.rd-mr {text-align: center;  position: relative; margin-top: 30px;   left: 0; right: 0;}
p.rd-mr a { background: #fff; position: relative;  border: 2px solid #434343; padding: 9px 7px; text-transform: uppercase;    font-size: 12px; color: #333; font-weight: 600;}
p.rd-mr a:after { content: "";  position: absolute;  width: 100%; height: 100%; background: #fff; border: 2px solid #434343; left: 6px;  top: 6px;  z-index: -1;}
p.rd-mr:hover a { background: #053752; color: #fff; border-color: #053752;}
p.rd-mr:hover a:after {background: #b9defd; border: 2px solid #b9defd;}
p.rd-mr, p.rd-mr a, p.rd-mr a:after, p.rd-mr:hover a, p.rd-mr:hover img, p.rd-mr:hover a:after, p.rd-mr img { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s;}
p.rd-mr:hover img{ filter: brightness(0) invert(1);-webkit-filter: brightness(0) invert(1);-moz-filter: brightness(0) invert(1);}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f4f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #053752;
  text-transform:uppercase;
  padding-bottom: 20px;
  z-index: 2;
}

.section-title h2::after {content: '';position: absolute;left: 0;right:0;bottom: -1px;height: 6px;background: #ef800d;width: 6px;outline: 3px solid #fff;margin: 0 auto;}
.section-title h2::before {content: '';right: 0;width:150px;margin:0 auto;position: absolute;left: 0;bottom: 0;height: 4px;background: #053752;}
.tm-lft .section-title h2::before{background: #fff;}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{background:url(../Image/about-bg.jpg) no-repeat; background-size:100% 100%; position:relative;}
.about img { box-shadow: 0px 8px 71px -9px rgb(0 0 0 / 40%); opacity: 1;  -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;}
.about:hover figure img {opacity: .5;}
.about figure{background: #ef800d;}
.about .content { padding:15px 38px; font-size:16px;}
.about .container {position: relative;  z-index: 10;}
.about .content h3 { font-weight: 700; margin: 0;  font-size: 34px;  color: #ef800d;  margin-bottom: 30px;  position: relative;  left: 20px;}
.about .content p { margin-bottom: 10px;  text-align:justify;  line-height:26px;  color: #fff;}

.about .content .rd-mr { display: inline-block;  background: #ef800d;  padding: 15px 40px;  color: #fff;  border-radius: 50px;  transition: 0.3s;  position: relative;  font-weight:800;  font-size:17px;}

.about .content .rd-mr i { font-size: 25px; position: absolute; right: 18px;  top: 15px;  font-weight: 900;}

.about .content .rd-mr:hover { background: #181818; color: #fff;}
.about .content .rd-mr:hover i{ color: #fff;}
.about .icon-boxes .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 .section-title h2{color:#fff;}
.about .section-title h2::before{background: #fff;}
.about .icon-boxes .icon-box:hover, .about .icon-boxes .icon-box:hover .fa, .about .icon-boxes .icon-box:hover a{ color:#fff;}
.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #181818;
  margin-bottom: 10px;
}
.about .icon-boxes .icon-box::before {
    content: '';
    position: absolute;
    background: #181818;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}
.about .icon-boxes .icon-box:hover::before {
    background: #181818;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
}
.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {background: #f5f5f5; position:relative;}
.services:before{ position:absolute; background: #fff; content:''; width:100%; height:400px; top:0; right:0; left:0; }
.ser-bx {margin-bottom: 60px; border-radius: 3px; -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;  background: #fff;   -webkit-box-shadow: 0px 15px 46px -16px rgb(0 0 0 / 11%); -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11); box-shadow: 0px 15px 46px -16px rgb(0 0 0 / 11%);}
.ser-bx .img {width: 100%; height: 216px; /*border-bottom:#ef800d 2px solid;*/ overflow:hidden; transition:all .5s;}
.ser-bx img  { -webkit-transform: rotate(15deg) scale(1.4);  transform: rotate(15deg) scale(1.4); transition:.5s;}
.ser-bx:hover img {-webkit-transform: rotate(0) scale(1);  transform: rotate(0) scale(1);}
.ser-bx .text {background: #fff; width: 90%; text-align: center; padding: 0 0px 30px; margin:0 auto; margin-top:-50px; position: relative;}
.ser-bx .text .icon:after{/*content:''; width:60px; height:40px; background: #ef800d; transform:skew(20deg, 0deg); transition: all 0.3s ease; position:absolute;*/}
.ser-bx .text .icon { width: 100%; position:relative; height: 6px;    padding: 0 10px; text-align:left; /*border-radius: 50%;*/  font-size: 20px;  font-weight: bold; background: #053752;
    /*margin: -62px 0 20px;*/
    -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;
    -webkit-box-shadow: 0px 11px 32px -12px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 11px 32px -12px rgb(0 0 0 / 28%);
}
.ser-bx .text h3 {font-weight: 600; font-size: 22px; color:#053752;margin-top: 10px;}
.ser-bx .text h3 span{color: #ef800d;}
.ser-bx .text p{font-size: 16px; line-height:26px;padding: 0 10px;}
.ser-bx .text .btn-custom { position: absolute; transition: all 0.3s ease; /*bottom: -45px;*/ left: 0; right: 0;  width: 150px;
    background: #053752; color: #fff; padding: 12px 10px; border-radius: 3px;  margin: 10px auto; text-transform: uppercase; font-weight: 500; font-size: 14px;}
.ser-bx:hover .text .icon, .ser-bx:hover .text .icon:after {background: #ef800d; color:#fff;}
.ser-bx:hover .text .icon .fa{ color: #fff;}
.ser-bx:hover .text .btn-custom { background: #ef800d;}
/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/
.contact {background:url(../Image/cont-bg.jpg); background-repeat:no-repeat; background-size:100% 100%; position:relative; padding:30px 0;}
.contact .section-title{padding-bottom: 0;}
.contact .map-hm-rht {
  /*box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);*/
  padding: 30px 30px 0;
  /*background: #fff;*/
}
.contact-info .fa{ line-height:60px; width:60px; height:60px; border:1px solid #fff; color:#fff; border-radius:50%; font-size:25px; text-align:center;}
.contact-info h3{color:#fff;}
.contact-info p, .contact-info p a{color:#fff;    font-size: 15px;}
.contact-info .cont-icn{ float:left; width: 80px; margin-right:20px;} 
.contact-info .cont-cont{padding-left:20px;}
.contact .section-title h2{margin-top:10px; color:#fff;/*text-align:left;*/}
.contact .section-title h2::before{background: #fff;}
.contact .map-hm-rht input,.contact .map-hm-rht textarea{
  border-radius: 5px;
  border: 2px solid #ef800d;
  width: 100%;
  padding: 20px 15px;
  background: transparent;
  color: #8ca2b8;
  box-shadow: none;
  font-size: 15px;
}
.contact .map-hm-rht input::placeholder, .contact .map-hm-rht textarea::placeholder{color:#eee;   }
.contact .map-hm-rht input::focus{
  background-color: #181818;
}

.contact .map-hm-rht input {padding: 20px 15px; width: 100%;}
.contact .map-hm-rht .send_bt {  background: #ef800d; margin-top:20px;  border: 0;    padding: 10px 24px; width:150px;   color: #fff;   transition: 0.4s;    font-weight: bold;   font-size: 17px;   border-radius: 5px; border:3px solid #053752;}

.contact .map-hm-rht .send_bt:hover { background: #000; border-radius:10px; border:3px solid #053752; color:#fff;}
.contact .contact-address, .contact .contact-phone, .contact .contact-email, .contact .contact-time{margin: 30px auto;}
.contact .contact-address{display:flex;}
.contact .form-group {
    margin-bottom: 15px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #053752;
  padding: 0 0 30px 0;
  color: #053752;
  font-size: 15px;
}

#footer .footer-top { padding: 60px 0 30px 0;}
.footer-info img{margin:0 auto;}
#footer .footer-top .footer-info h3 { font-size: 24px; margin: 0 0 20px 0; padding: 2px 0 2px 0;  line-height: 1; font-weight: 700;}

#footer .footer-top .footer-info p {font-size: 15px; color:#fff; line-height: 24px; text-align:center; margin-bottom: 0;}
#footer .footer-top .footer-info p a{ color:#fff; font-weight:bold;}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #053752;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ef800d;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 24px;
  /*border-bottom:1px dashed #053752;*/
  font-weight: 600;
  color: #053752;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding:0 15px;
  color: #053752;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #053752;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #a2cfe3;
}

#footer .copyright {color: #fff; border-top: 1px solid rgba(0,49,99,.3); text-align: center; padding-top: 30px;}
.social-links .fa{line-height:23px;}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
#footer .credits a{ color: #ef800d}
.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #ef800d;
    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;
}
@charset "utf-8";
/* CSS Document */

.main-table{font-family:Saira; font-weight:normal; Font-size:15px; color:#333; line-height:24px; text-align:justify;}
.main-heading{    font-weight: bold;
    Font-size: 20px;
    color: #2f4d5a;
    line-height: 36px;
    border-bottom: 1px #ccc dashed;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: left;
    margin-top: 0;}
.sub-heading{    font-weight: bold;
    Font-size: 16px;
    color: #2f4d5a;
    line-height: 30px;
    margin-bottom: 5px;     text-transform: uppercase;}
.team-title{font-weight:bold; Font-size:18px; color:#2f4d5a; line-height:30px;}
.contact-us{ padding-left:20px; line-height:24px;}

/*contact*/
.map-cont{     margin-top: 10px;
    width: 56%;
    float: left;
    border: 1px solid #ddd;
    text-align: center; padding: 10px 0;}
.map-cont img{max-width:100%;}
	
.bx-rht-cont{    width:40%;
    float: left;
    margin-left: 3%; text-align: left;}
	
.bx-rht-cont a{cursor:pointer;}
.bx-rht-cont h2{text-align: left;
    font-size: 16px;
    font-weight: bold;     line-height: 18px; margin-top: 10px; margin-bottom:5px;}
	
.bx-rht-cont p{margin-bottom:0;}
.brn-off{width:31%; padding:1%; float:left;     padding-bottom: 0;}
.cont-page h3{     margin: 0;
    font-size: 18px;
    margin-bottom: 8px;}
.cont-page p{font-size:14px; color:#000;     line-height: 24px !important;}

.cont-heading {
    margin: 0;

    font-size: 15px;
    text-transform: uppercase;
    background:#60355c;
    padding: 9px 10px;
    color: #fff;
    margin-bottom: 8px;
}
	
.head-bx{float: left;
    width: 50%;}
	
.contd-bx{float: left;
    width: 50%;}
	
.brn-bx h2{text-align:center;}

.map-cont img{max-width:100%;}

.cont-page .st-feature-box{    background: #053752;
    padding-top: 10px;
    padding-bottom: 10px; margin-bottom: 10px;     padding-right: 10px;
	    color: #fff;}
	
.cont-page .feature-box-image{    margin-top: 13px;}

.brnh-off p{margin-bottom:2px;}


.st-custom-heading-layout2.st-custom-heading-wraper {
    margin-bottom: 24px;
}

.st-custom-heading-layout2 .st-heading-title {
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px; font-weight:bold;
	margin-top: 0;
}

.st-custom-heading-layout2 .st-heading-title>span {
	    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin-bottom: 11px;
}

.st-custom-heading-layout2 .heading-line {
    width: 26px;
    height: 1px;
    background: #114366;
    margin: 0;
}

.st-feature-box {
    padding-left:75px;
    position: relative;
	    margin-bottom: 35px;
}

.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;
}

.st-feature-box h3 {
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.cont-soc img{margin-right:5px;}
.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 h5{    color: #222;
    font-size: 19px;
    margin-bottom: 25px;}
	
.cont-page h2 span {
    color: #111;
    font-weight: normal;
    font-size: 18px;
}

.cont-page{text-align:left;font-family: arial; font-size: 14px;}
.contact .close {
    position: absolute;
    right: 14px;
    font-size: 30px;
    cursor: pointer;
    top: 0;
}

/*cont-page*/

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
  .services .icon-box{margin:15px auto;}
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}
@media (max-width: 1170px){
.navbar-expand-md .navbar-nav .nav-link{padding-right:1px; padding-left: 1px;}
}
@media (max-width: 991px){
#MenuControl, #MenuControl_C, #HeaderControl, #HeaderControl_C, #widgetsControl_C, #widgetsControl{ height: initial !important;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 12px;}
	}
@media (max-width: 769px){

}
a{text-decoration:none;}
@media (max-width: 767px){
.navbar.navbar-expand-md{text-align:center;}
.navbar.navbar-expand-md .container-fluid{display:block;}
.nav-fill .nav-item, .nav-fill>.nav-link{text-align:left;}
.navbar-nav>li{ display: block; text-align: left; padding: 4px 0; border-bottom: 1px solid #999; border-right:0; }
.nav-item ul li .dropdown-toggle::after{transform: rotate(90deg);}
.nav-item .nav-link.dropdown-toggle::after {position: absolute; right: 5px; top: 15px;}
.navbar-expand-md .navbar-nav .nav-link{font-size: 14px;padding-right: 5px; padding-left: 5px;}
  #header img{margin:inherit;}
  .tp-nav p:nth-child(2){display:none;}
}
@media (max-width: 575px) {
  #footer .footer-top .footer-info {margin: -20px 0 30px 0;}
  #header{position:relative;padding: 20px 0;text-align: center;}
}
@media (max-width: 414px) {
#header img {
    margin: inherit;
    max-width: 75%;
}
}