@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
*{ font-family: "Poppins", sans-serif !important;}
.RadDock .rdContent{font: inherit !important; font-family: Poppins !important; font-size: 14px;}
.fa{ font-family:"fontawesome" !important;}
a {color: #000;text-decoration:none;}
h1, h2, h3, h4, h5, h6 {font-family: "Cormorant Garamond", serif !important;}
section.bnr{padding:0;}
img{max-width:100%;}
#divmainenquiry11 .close {   right: 14px; font-size: 30px; cursor: pointer;}
.text-justify{text-align: justify;}
#widgetsControl, #widgetsControl_C{height: inherit !important;}
#RadDockZone1{z-index: 9 !important;}
#HomepagecontentControl, #HomepagecontentControl_C{height: inherit !important;}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {padding: 60px 0;}
  /* background-color */
 .bg-1{background-color:#000;}
 .bg-2{background-color :#cb935d}
  /* Text-color */
 .cl-1{color:#000;}
 .cl-2{color :#cb935d;}
 /* heading */
 .hm_subtitle {font-size: 14px;text-transform: uppercase;font-weight: 600;margin-bottom: 10px;letter-spacing: 3.5px;text-align: center;color: #000;}
 .hm_heading {font-size: 50px;color: #000;font-weight: 600;}
  /* Font-Size */
 .fs-14{font-size: 14px;}
 .fs-15{font-size: 15px;}
 .fs-18{font-size: 18px;}
 .fs-22{font-size: 22px;}
 /* scroll */
 ::-webkit-scrollbar{width: 12px;}
 ::-webkit-scrollbar-thumb{background-color:#cb935d; }
 ::-webkit-scrollbar-track{background-color:#000 ;}
 
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#RadDockZone1.container{position: absolute;z-index: 3; margin: 0 auto; right: 0; left: 0;}
#RadDockZone1.container .head-img{position:relative; padding:15px 0;}
#MenuControl, #HeaderControl{padding:0;}
.dark-mode #MenuControl .rdCenter, .dark-mode #HeaderControl .rdCenter{background: transparent !important;}

/*--------------------------------------------------------------
# nav-bar
--------------------------------------------------------------*/
.dropdown-toggle{position:relative;}
.nav-item ul li .dropdown-toggle::after{position:absolute;right: 5px; top: 10px;}
/*#MenuControl*/ .navbar.bg-light{background-color: transparent !important; height:100%;}
#MenuControl .nav-link:focus,#MenuControl .nav-link:hover{color: #000;}
.nav-link{font-weight: 600;color:#000;font-size: 18px;font-family: "Cormorant Garamond", serif !important;}
.nav-fill{width:100%; font-size: 15px;}
.navbar-brand{margin:0;}
.nav-item{position:relative;}
@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: 767px){
.navbar-toggler{background:#eee;}
.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;}
}
.navbar-nav li.nav-item:last-child {border-radius: 22px;padding: 0 5px !important;background-color: #cb935d;}
.navbar-nav li.nav-item:last-child a{ color: #fff !important;}


/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner{background:url(../Image/banner_Img1.jpg) no-repeat center/cover scroll #1f3044; position: relative;z-index: 1;}
.banner::before{content: "";position: absolute;top: 0;bottom: 0; left: 0; right: 0; background-color: #1f3044cc;; z-index: 2; }
.banner_cont{position: relative;z-index: 3;margin-top: 80px;text-align: center;}

/* circular */
.circle-button {position: relative;display: inline-block;}
.rotate-circle {animation-name: rotateCircle;animation-duration: 20s;animation-iteration-count: infinite;animation-timing-function: linear;}
@keyframes rotateCircle {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
.circle-button .rotate-circle {font-size: 30px !important;border-radius: 50%;}
.circle-button .rotate-circle svg {width: 160px;fill: #fff;position: relative;font-size: 40px;}
.circle-button .icon {position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);}
/*End circular  */
.banner_cont .bnnr_head{width: 70%;margin: 10px auto 10px; text-align: center;}
.hm_heading{font-size: 50px;color: #000;font-weight: 600;}
.hm_heading span{color: #cb935d;text-transform: none;}
.hm_heading-wrapper{display: inline-block;color: #cb935d;font-family: "Cormorant Garamond", serif !important;font-weight: 500;}
.hm_heading-title{letter-spacing: -12px;font-family: "Cormorant Garamond", serif !important;}
.hm_subheading{font-size:30px; color: #fff;}
.bnr_bx_mt{margin-top: 30px;}
.bnr_bx{border: 1px solid #ffffff40;display: flex;align-items: center;  }
.bnr_bx_icon{padding: 20px;border-right: 1px solid #ffffff40;}
.bnr_bx_icon img{width: 60px;}
.bnr_bx_cont {margin-left: 18px; text-align: left;}
.bnr_bx_cont p{font-size: 14px;color: #cb935d;margin-bottom: 10px; font-weight: 600; text-transform: uppercase;}
.bnr_bx_cont h4{font-size: 26px; color: #fff; margin-bottom: 0; transition: 0.3s linear;}
.bnr_bx_cont h4:hover{color: #cb935d;}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about_sec{background-color: #f2f2f0;}
.about_sec .abt_img{filter: drop-shadow(-2px 15px 0px #cb935d);}
.about_sec a{font-size: 20px; color: #000;  font-family: "Cormorant Garamond", serif !important;}
/*--------------------------------------------------------------
# counter
--------------------------------------------------------------*/
.counts{    background-color: #1f3044; text-align: center;}
.count-bx{border-right: 1px solid #8b8888; padding: 30px 20px;height: 100%;}
.count-bx h2{font-size: 42px; color: #fff;}
.count-bx h2 span{color: #fff;}
.count-bx p{margin-bottom: 0;color: #fff;font-size: 30px;font-weight: 600; font-family: "Cormorant Garamond", serif !important;}
.count-bx p span{font-family: "Cormorant Garamond", serif !important;}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services_sec{background-color: #f2f2f0;}
.services_bx{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;position: relative;border: 0;transition: all 0.3s ease-out 0s; overflow: hidden;height:230px ;}
.services_bx::before{content: "";position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: #cb925de3;z-index: 1;transition: all 0.3s ease-out 0s;}
.services_bx::after{content: "";position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: #fff;z-index: 2;transition: all 0.3s ease-out 0s;}
.services_bx_cont{position: absolute;top: 50%; left: 50%; width: 92%; transform: translate(-50%,-50%); z-index: 3; text-align: center;}
.services_bx:hover::after{background-color:transparent;}
.services_bx .services_bx_img img{height:230px ;}
.services_bx:hover .services_bx_img img{transform: scale(1.2) rotate(-2deg);transition: 0.3s linear;}
.services_bx_cont .fa{font-size: 42px; margin-bottom: 12px;color: #000;}
.services_bx_cont h3{font-size: 32px; color: #000; font-weight: 600;margin-bottom: 10px;}
.services_bx_cont p{font-size: 15px; color: #000;margin-bottom: 0;  overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.services_bx_cont a{font-size: 20px; color: #000;margin-bottom: 0;font-weight: 600;font-family: "Cormorant Garamond", serif !important;}
.services_bx:hover .services_bx_cont h3, .services_bx:hover .services_bx_cont p,.services_bx:hover .services_bx_cont a,.services_bx:hover .services_bx_cont .fa{color: #fff;}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team_area-item-image {position: relative;z-index: 1;}
.team_area-item-image::before {content: '';position: absolute;width: 100%;height: 20%;top: 0;left: 0;background: #000;opacity: 0;transition: 0.4s;}
.team_area-item-image-icon {position: absolute;bottom: 70px;right: 30px;z-index: 1;}
.team_area-item-image-icon span {color: #fff;height: 40px;width: 40px;background: #cb935d;line-height: 40px;text-align: center;font-size: 14px;border-radius: 50%;display: inline-block;transition: 0.4s;cursor: pointer;}
.team_area-item-image-icon .team_area-item-image-social {position: absolute;bottom: 50px;}
.team_area-item-image-icon:hover .team_area-item-image-social {opacity: 1;visibility: visible;}
.team_area-item-image-social {position: absolute;left: 0;opacity: 0;visibility: hidden;transition: 0.4s;}
.team_area-item-image-social ul {padding: 0;margin: 0;}
.team_area-item-image-social ul li {list-style: none;margin-bottom: 8px;}
.team_area-item-image-social ul li:last-child {margin: 0;}
.team_area-item-image-social ul li a i {display: inline-block;height: 40px;width: 40px;text-align: center;line-height: 40px;font-size: 14px;border-radius: 50%;background: #fff;color: #000;transition: 0.4s;}
.team_area-item-image-social ul li a i:hover {background: #000;color: #fff;}
.team_area-item-image img {max-width: 100%;}
.team_area-item-content {padding: 22px;margin: 0 30px;margin-top: -60px;background: #fff;position: relative;z-index: 1;text-align: center;}
.team_area-item-content h5 a {transition: 0.4s;}
.team_area-item-content h5 a:hover {color: #cb935d;}
.team_area-item:hover .team_area-item-image::before {height: 100%;opacity: 0.7;z-index: 1;}
@media (max-width: 1399px) {
  .team_area-item-image-icon {bottom: 55px;}
  .team_area-item-content {margin-top: -45px;}
}

/*--------------------------------------------------------------
# contact_sec
--------------------------------------------------------------*/
.contact_sec{background-color: #f2f2f0;text-align: center;}
.contact_sec .contact_sec_img .light_mic,.contact_sec .contact_sec_img .dark_mic{ width: 200px;margin: 0 auto;}
.contact_sec .contact_sec_cont{margin-top: -66px;}
.contact_sec .hm_subtitle {font-size: 14px;text-transform: uppercase;font-weight: 600;letter-spacing: 3.5px;text-align: center;color: #000; }
.contact_sec .hm_subheading {font-size: 56px;font-weight: 600;text-align: center;color: #000; }
.contact_sec .contact_sec_cont .contact_sec_link a{font-size: 42px;font-weight: 500;display: block;text-align: center;color: #cb935d;font-family: arial;}
.contact_sec .contact_sec_cont .contact_sec_link a:hover{color:#000; }
.contact_sec .contact_sec_cont .contact_sec_querylink{ font-size: 50px;font-weight: 600;text-align: center;color: #000;}
.contact_sec .contact_sec_cont .contact_sec_querylink a{font-size: 50px;color:#cb935d; }
.contact_sec .contact_sec_cont .contact_sec_querylink a:hover{color:#000; }
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.footer {background-color: #1f3044;}
.footer ul li::marker {color: #585858;}
.ft_items{line-height: 30px;    padding-left: 0px;}
.ft_items li a{color: #fff; font-size: 13px;}
.ft_items li a:hover {padding-bottom: 6px !important;padding-left: 10px;transition: .9s !important;}
.ft_more{margin-bottom: 0;}
.more_less_btn{font-family: "Poppins", sans-serif;color: #cb935d;font-size: 13px;background: none;border: none;text-decoration: underline;}
.table-responsive {padding-left: 0;padding-right: 0;overflow: initial;}

/*--------------------------------------------------------------
# scroll-up
--------------------------------------------------------------*/
.scroll-up {cursor: pointer;display: block;border-radius: 50px;box-shadow: inset 0 0 0 2px #b4b2b2;z-index: 10000;opacity: 0;visibility: hidden;transform: translateY(-500px);position: fixed;right: 20px;bottom: 20px;height: 50px;width: 50px;transition: all 400ms linear;}
.scroll-up::after {position: absolute;font-family: 'fontawesome';content: "\f102";text-align: center;line-height: 50px;color: #cb935d;left: 0;top: 0;font-size: 24px;font-weight: 500;height: 50px;width: 50px;cursor: pointer;display: block;z-index: 1;transition: all 200ms linear;}
.scroll-up.active-scroll {opacity: 1;visibility: visible;transform: translateY(0);}
.scroll-up svg path {fill: none;}
.scroll-up svg.scroll-circle path {stroke: #1f3044;stroke-width: 4;box-sizing: border-box;transition: all 200ms linear;}

/*--------------------------------------------------------------
# switch_tab
--------------------------------------------------------------*/
.dark-mode center #form1 .switch_tab{background: rgba(0, 0, 0, .5);}
center #form1 .switch_tab{background: rgba(240, 240, 240, .5);}
.switch_tab {position: fixed; font-weight: 500;display: flex;align-items: center;right: 0;top: 52%;transform: translateY(-50%) translateX(50px) rotate(90deg);z-index: 3;cursor: pointer;}
.switch_tab-btn{padding: 0 5px;}
.light-mode-title, .dark-mode-title {font-size: 16px;font-weight: 600;color:  #131313;display: flex;align-items: center;}
.mode_switch {height: 34px;width: 80px;display: inline-block;position: relative;margin: 0 10px;background: #cb935d;transform: translateY(0px);border-radius: 35px;cursor: pointer;transition: all 0.3s ease-out 0s;}
.mode_switch::before {content: "";position: absolute;left: 3px;top: 3px;background: #fff;width: 28px;height: 28px;z-index: -1;border-radius: 50%;transition: all 0.3s ease-out 0s;}
.mode_switch.three {background:#0060FF;}
.mode_switch span {position: relative;z-index: 1;width: 80px;height: 34px;display: block;}
.mode_switch span::before {content: "";position: absolute;top: 8px;right: 54px;background-image: url(../Image/sun.png);background-repeat: no-repeat;width: 18px;height: 18px;background-size: cover;}
.mode_switch span::after {content: "";position: absolute;top: 8px;left: 54px;background-image: url(../Image/moon.png);background-repeat: no-repeat;width: 18px;height: 18px;background-size: cover;}
.RadGrid_Default .rgHoveredRow{background:#c5c5c5 !important;}
/* dark-mode */
.dark-mode .mode_switch::before {left: calc(100% - 31px);}
.dark-mode .mode_switch span::before {background-image: url(../Image/sun-white.png);}
.dark-mode .mode_switch span::after {background-image: url(../Image/moon-dark.png);}
.dark-mode .about_sec p{color: #fff;}
.dark-mode .team_area{background-color: #000;}
/*  */
.dark-mode {color: #fff;background: #000; transition: 0.3s ease-in-out;}
/* header */
.dark-mode .hm_heading,.dark-mode .hm_subtitle {color: #fff;}
.dark-mode .hm_head {text-align: center;}
.dark-mode .hm_subtitle {background-color: #383838; padding: 6px 14px; border-radius: 14px; display: inline-block;}
/* header */
.dark-mode .darkhead-web-logo{display: block !important;}
.dark-mode .head-web-logo{display: none !important;}
/* nav */
.dark-mode .nav-link{filter: invert(1);}
/* banner */
.dark-mode #header > .bg-white {background-color: transparent !important;}
.dark-mode .banner {background: url(../Image/banner_Img.jpg) no-repeat center / cover scroll #1f3044;}
/* services_sec  */
.dark-mode .services_sec {background-color: #000;}
/* about_sec  */
.dark-mode .about_sec {background-color: #000;}
.dark-mode .about_sec a{color: #fff;}
/* contact_sec  */
.dark-mode .contact_sec {background-color: #000;}
.dark-mode .contact_sec .contact_sec_img .light_mic {display: none;}
.dark-mode .contact_sec .contact_sec_img .dark_mic {display: block !important;}
.dark-mode .contact_sec .hm_subtitle, .dark-mode .contact_sec .hm_subheading,.dark-mode .contact_sec .contact_sec_cont .contact_sec_querylink,.dark-mode .contact_sec .contact_sec_cont .contact_sec_link a:hover ,.dark-mode .contact_sec .contact_sec_cont .contact_sec_querylink a:hover{color: #fff;}
.dark-mode .contact_sec .contact_sec_cont h5 {color: #cb935d !important;}
/* switch_tab */
.dark-mode .switch_tab-btn{color: #fff !important;}

.dark-mode .banner::before {background-color: #00000036;}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer .map_text .fa{width: 35px; transition: .3s; border-radius: 3px; flex: none; height: 35px; color: #fff; padding: 5px; line-height: 25px; text-align: center; border: 1px solid #cb935d;}
.footer .map_text:hover .fa{background: #cb935d; color: #000;}
.footer .map_text{line-height: 19px;}

.top {position: fixed;right: 18px;bottom: 30px;text-align: center;color: #fff;border-radius: 50%;background-color: #0060ff;width: 50px;height: 49px;line-height: 49px;z-index: 999;cursor: pointer;opacity: 0;transition: ease-in 0.5s;display: flex;justify-content: center;align-items: center;}
.top.scll-top {  opacity: 1; transition: ease-in 0.5s;  bottom: 56px;}
.top .fa { display: block !important;}


@media screen and (min-width: 992px)  and (max-width: 1200px){
  .service .item {padding: 40px 0;}
  .line_fix{padding-right: 40px;}
}
@media (max-width: 1200px) {
  
}
@media (max-width: 992px) {
  .bnr_cont{text-align: center;}
  .service .item .image img{position: static;}
  .service .item{padding: 28px;text-align: center;margin-bottom: 30px;}
  .ser_head{margin: 20px 0 10px 0;} 
}

@media (max-width: 767px) {
  .bnr_exp{width: 40%;}
  .bnr_exp h2 {font-size: 32px;}
.navbar-nav li.nav-item:last-child a {
    color: #000 !important;}
.navbar-nav li.nav-item:last-child {
    border-radius: 0;
        padding: 0 5px !important;
        background-color: transparent;
}
.dark-mode .navbar.bg-light {
    background-color: rgba(0, 0, 0, .85) !important;
}
#header img{margin:inherit;}
.caption{width: 100%;}
.wback .caption{    top: 30%;}
}
@media (max-width: 575px) {
  

  .wback .caption{display:none;}
}
@media (max-width: 414px) {
}


