@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,body { width: 100%; height: 100%; margin: 0;  padding: 0}
body {line-height: 1.8; font-size: 15px; color:#fff; background:#000; font-family: "Inter", sans-serif; -webkit-text-size-adjust: 100%;-webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.btn, a, button {webkit-transition: all 250ms ease;-moz-transition: all 250ms ease;-o-transition: all 250ms ease;-ms-transition: all 250ms ease; transition: all 250ms ease;}
a { text-decoration: none;color: #fff;}
a:hover, a:focus, a:active {color:#50575a; text-decoration: none; outline: 0; }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline:none !important; color:#F9F9F9}
a:focus, :focus {outline: 0  !important; box-shadow:none !important}
ul{ list-style:none; padding:0}
button:focus{ outline:none}

/*FONT WEIGHTS*/
.fw100{font-weight: 100;} .fw200{font-weight: 200;} .fw300{font-weight: 300;} .fw400{font-weight: 400;} .fw500{font-weight: 500;} .fw600{font-weight: 600;} .fw700{font-weight: 700;} .fw800{font-weight: 800;} .fw900{font-weight: 900;}

/*HEADINGS*/
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{  font-family: "Montserrat", serif; font-weight:600}
.all_heading{font-size:35px; font-family: "Montserrat", serif;font-weight:700} 

.sub-heading{font-size: 15px; line-height: 160%;letter-spacing:.1rem;text-transform:uppercase; margin-bottom:5px }

/*BUTTONS*/
.btn {font-size: 13px;padding-top: 10px;padding-bottom: 10px;padding-left: 40px; padding-right: 40px; border-radius:10px;text-transform: uppercase;}
.btn-primary{ border-color:#FF6600;color: var(--bs-white); background:#FF6600}
.btn-primary:hover{ background-color:#cd5201; border-color:#cd5201}
 
.btn-white{ background-color:var(--bs-white);border-color:var(--bs-white); color:#1C2B33;}
.btn-white:hover { background-color:#FF6600; border-color:#FF6600; color:var(--bs-white);}
  
 
/*FORM CONTROL*/
.form-control{height: 50px;text-indent: 15px;line-height: 50px;padding-right: 10px;padding-left: 10px;font-size: 13px;border-radius: 10px; border: 1px solid #fae8d7;}
.form-control:focus {color: #212529;background-color: var(--bs-white); outline: 0;border-color: #ff6600}
textarea{resize: none;}
textarea.form-control { height: auto !important;}

/*LINE HEIGHT*/
.lh100{line-height:100%} .lh120{line-height:120%} .lh130{line-height:130%} .lh140{line-height:140%} .lh150{line-height:150%} .lh160{line-height:160%} .lh170{line-height:170%} .lh180{line-height:180%} .lh190{line-height:190%} .lh200{line-height:200%}

/*FONT SIZE 8 to 72px */
.fs8{font-size: 8px;} .fs9{font-size: 9px;} .fs10{font-size: 10px;} .fs11{font-size: 11px;} .fs12{font-size: 12px;} .fs13{font-size: 13px;} .fs14{font-size: 14px;} .fs15{font-size: 15px;} .fs16{font-size: 16px;} .fs17{font-size: 17px;} .fs18{font-size: 18px;} .fs19{font-size: 19px;} .fs20{font-size: 20px;} .fs21{font-size: 21px;} .fs22{font-size: 22px;} .fs23{font-size: 23px;} .fs24{font-size: 24px;} .fs25{font-size: 25px;} .fs26{font-size: 26px;} .fs27{font-size: 27px;} .fs28{font-size: 28px;} .fs29{font-size: 29px;} .fs30{font-size: 30px;} .fs31{font-size: 31px;} .fs32{font-size: 32px;} .fs33{font-size: 33px;} .fs34{font-size: 34px;} .fs35{font-size: 35px;} .fs36{font-size: 36px;} .fs37{font-size: 37px;} .fs38{font-size: 38px;} .fs39{font-size: 39px;} .fs40{font-size: 40px;} .fs41{font-size: 41px;} .fs42{font-size: 42px;} .fs43{font-size: 43px;} .fs44{font-size: 44px;} .fs45{font-size: 45px;} .fs46{font-size: 46px;} .fs47{font-size: 47px;} .fs48{font-size: 48px;} .fs49{font-size: 49px;} .fs50{font-size: 50px;} .fs51{font-size: 51px;} .fs52{font-size: 52px;} .fs53{font-size: 53px;} .fs54{font-size: 54px;} .fs55{font-size: 55px;} .fs56{font-size: 56px;} .fs57{font-size: 57px;} .fs58{font-size: 58px;} .fs59{font-size: 59px;} .fs60{font-size: 60px;} .fs61{font-size: 61px;} .fs62{font-size: 62px;} .fs63{font-size: 63px;} .fs64{font-size: 64px;} .fs65{font-size: 65px;} .fs66{font-size: 66px;} .fs67{font-size: 67px;} .fs68{font-size: 68px;} .fs69{font-size: 69px;} .fs70{font-size: 70px;} .fs71{font-size: 71px;} .fs72{font-size: 72px;}


/*CONTAINER*/
.custom-width{max-width: 1140px} 

/*TEXT COLORS*/
.primary-color{ color:#FF6600}


/*BACKGROUNDS COLORS*/
.primary-bg{background:#FF6600}
.light-bg{background:#f5f5f5}
 
.border{border-color:#1d1d1d !important}
hr{}
/*SWIPER PAGINATION======================================================================================*/
.swiper-pagination{margin-top: 10px;}
.swiper-pagination-bullet{background-color:#f5f5f5; opacity: 1;}
.swiper-pagination-bullet-active{background-color:#FF6600;}

.swiper-pagination.custom-pagination{position: relative; transform: none; width: 100%; text-align: center;}

/*SWIPER NAV BUTTONS======================================================================================*/
.swiper-button-next, .swiper-button-prev,
.swiper-button-prev:after, .swiper-button-next:after{height: 36px; width: 36px;}

.swiper-button-next, .swiper-button-prev{z-index: 1;}
.swiper-button-prev:after, .swiper-button-next:after{font-size: 16px; color: #FF6600; background-color: white;  display: flex; border-radius: 20px; justify-content: center; align-items: center; box-shadow: 0 5px 10px rgb(0 0 0 / 20%);webkit-transition: all 250ms linear; -moz-transition: all 250ms linear; -o-transition: all 250ms linear; -ms-transition: all 250ms linear; transition: all 250ms linear;}

.swiper-button-prev:hover:after, .swiper-button-next:hover:after{background-color:#FF6600;color: white;}

/*EFFECTS*/
.zoom-hover img {-webkit-transform: scale(1); transform: scale(1);transition: all .4s ease-in-out;}
.zoom-hover:hover img{transform: scale(1.02);}

/*#################################################################*/
/*##################_________MAIN STYLES_________##################*/
/*#################################################################*/
.navbar-brand .logo{ width: 115px}
.site-header .navbar{ padding:15px 0}
.site-header .navbar .nav-item  a{color: #fff; margin-left: 15px; margin-right:15px;font-family: "Montserrat", serif;font-weight: 500;}
.site-header .navbar .nav-item  a:hover{color: #FF6600;}
 
.site-header .dropdown-toggle::after { border-top: .4em solid #FF6600;border-right: .4em solid transparent;border-left: .4em solid transparent;vertical-align: .155em;} 

/*#########________HAMBURGER MENU BUTTON START________#########*/
.site-header .navbar-toggler{margin-left: 16px; padding: 0; outline: 0; color: transparent; background-color: transparent; border-color: transparent; height: 32px; width: 32px; align-items: center; justify-content: center;}
.site-header .navbar-toggler:focus,
.site-header .navbar-toggler:active{outline: 0;}
.site-header .navbar-toggler .navbar-toggler-icon{position: relative; height: 2px; background-color: transparent;background-image: none; width: 35px; border-radius: 4px; transition: 0.3s all ease-in-out; }
.site-header .navbar-toggler .navbar-toggler-icon:before,
.site-header .navbar-toggler .navbar-toggler-icon:after{content: ""; position: absolute; display: block; height: 2px; width: 100%; background-color: #fff; border-radius: 4px; transition: 0.3s all ease-in-out; }
.site-header .navbar-toggler-icon:before{top: 0; transform: rotate(45deg);}
.site-header .navbar-toggler-icon:after{bottom: 0; transform: rotate(-45deg);}
.site-header .navbar-toggler.collapsed .navbar-toggler-icon{background-color: #fff;}
.site-header .navbar-toggler.collapsed .navbar-toggler-icon:before{top:-12px; transform: rotate(0);}
.site-header .navbar-toggler.collapsed .navbar-toggler-icon:after{bottom:-12px; transform: rotate(0);}

@media (max-width: 991.98px) {.site-header .navbar-toggler{display: flex;}}



/*NAVIGATION DROPDOWN ON HOVER*/
.site-header .dropdown-item.active, 
.site-header .dropdown-item:active,
.site-header .dropdown-item:hover {color: var(--bs-white); text-decoration: none; background-color: #f8f8f8; }
.site-header .dropdown-menu .dropdown-item{ padding-bottom: 5px; padding-top: 5px;  }

 
.site-header .navbar .nav-item .dropdown-menu a{ margin:0; font-size:15px}

@media (max-width: 991px){
.site-header .navbar-nav .nav-link {font-size: 16px;padding-top: 10px;padding-bottom: 10px;}
.site-header .nav-item.active .nav-link {border-bottom: none; }
}
@media (min-width: 992px){
.site-header .dropdown-menu{display: block; visibility: hidden; opacity: 0; padding: 0; overflow: hidden; transition: all 400ms ease-in-out; -moz-transition: all 400ms ease-in-out; -webkit-transition: all 400ms ease-in-out; -ms-transition: all 400ms ease-in-out; -o-transition: all 400ms ease-in-out; top:120%;  border: 1px solid rgba(120,130,140,.13);border-radius: 0; box-shadow: 0 3px 12px rgba(0,0,0,.05)!important;-webkit-box-shadow: 0!important;-moz-box-shadow: 0!important; margin-top: 0;}
} 
.site-header .nav-item.dropdown:hover .dropdown-menu{display: block; visibility: visible; opacity: 1; top:100%;} 

/*HEADER FIXED ON SCROLL*/
.isFixed {position: fixed; top: 0; right: 0;  left: 0;  z-index: 1030;background-color: rgba(0, 0, 0, .8); box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); z-index: 99;animation: smoothScroll 1s forwards;-webkit-backdrop-filter: blur(8px);backdrop-filter: blur(8px);}
.site_header .isFixed .navbar-brand .logo {width: 135px;}
@keyframes smoothScroll { 0% {transform: translateY(-40px); }100% { transform: translateY(0px); }}

/*#####################__________HERO BANNER SECTION __________########################*/
.banner-container{height:100vh; width: 100%; background-size:cover; background-position:center top }
.banner-container .banner-content{display: flex;height: 100%; flex-direction: column;justify-content: center;}
.banner-container .banner-content .banner-content-in{max-width:450px; margin-top: -20px; }
.banner-container .banner-content-in .big_heading{font-size: 42px; color: var(--bs-white); letter-spacing: 0.5px; font-weight: 300;}
.banner-container .banner-content-in .big_heading span{ font-weight:700; color:#FF6600; display:block}
.banner-container .banner-content-in p{ font-size:16px; color:#ccdbe4}
.swiper-slide-active  .banner-content-in { animation: fadeInRight 1s ease forwards; transition: opacity 0.5s ease, filter 0.5s ease;}
@keyframes fadeInRight {
  0% {opacity: 0;transform: translateX(100px);}
  100% {opacity: 1;transform: translateX(0);filter: blur(0); }
}


/*###################__________About US SECTION___________######################*/ 
.about-section-home{ padding:80px 0 }
.shap-02 {position: absolute;bottom:-15px;right: -40%;height: 333px;width: 418px; z-index:-1}

 
.ul-box li {margin-bottom: 8px;list-style: none;padding-left:15px;position: relative;}
.ul-box li::before {content: "\f105";position: absolute; font-family:"FontAwesome";left: 0;top: 0; color: #FF6600}

/*###################__________What We Do SECTION CSS___________######################*/  
.solution-offering {background-repeat: no-repeat;background-position: center top;background-attachment: fixed;}
.office-girl{ padding-top:11px}
.solution-block{border-radius: 14px 80px 0px 0px;background: #000;}
.solution-block .solution-icon{background: var(--bs-gray-dark); border-radius: 10px;height: 70px; width:70px;font-size: 20px; color:var(--bs-white)}
.solution-block .d-flex{ margin-bottom:22px}

/*###################__________Current Project SECTION CSS___________######################*/
.Current_contect{ background-color:#222}
.TrustedDigital{ padding:50px 0 80px 0}  
.Trusted_contect{width: 850px;margin: auto;margin-top: -100px}
.Trusted_contect h3{ font-size:26px; padding-left:120px; padding-right:120px;line-height: 140%}
 
/*###################__________Why Us SECTION CSS___________######################*/ 

.CoreValues{border-bottom: 8px solid #4b4b4b !important; webkit-transition: -webkit-transform 0.3s ease 0s; transition: -webkit-transform 0.3s ease 0s;transition: transform 0.3s ease 0s;transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;box-shadow: 0px 0px 18px 5px rgba(154, 161, 171, 0.18);}
.CoreValues:hover{-webkit-transform: translateY(-10px);transform: translateY(-10px);
-webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);}


/*#####################__________FOOTER__________########################*/
.footer-main{ font-size: 13px; background-color:#000; padding-top:80px}
.footerlogo img{width: 125px;}
.footer-main h6{color:var(--bs-white); margin-bottom: 20px; font-size: 16px; font-weight: 500;letter-spacing:.02em}
.footer-main .footer-links ul li{margin-bottom:15px;}
.footer-main .footer-links ul li a{display: block;}
.footer-main .footer-links ul li a,
.footer-main p,
.footer-main address,
.footer-main p a{color:#bfb2b2;}

.footer-main .footer-links ul li a:hover,
.footer-main p a:hover,
.footer-main .social-handles a:hover{color:#FF6600;}

.footer-main .footer-links ul{list-style: none; margin: 0;padding: 0;}

.footer-main .ftr-contact-info .info-block h6{color:var(--bs-white); text-transform: uppercase; font-size: 12px; margin-bottom: 5px;}


.footer-btm{ font-size:12px; }
.footer-btm .copyrights,
.footer-btm .gototop{color:#a7afc3;}
.footer-btm .gototop a{color:#a7afc3;}
.footer-btm .gototop a i{height: 35px; width: 35px; background: #222; font-size: 14px; color:var(--bs-white); display: flex; justify-content: center; align-items: center; border-radius:5px}
.footer-btm .gototop a i:hover{background:#cd5201} 
.bdr{ background: #b9b9b9;box-shadow: 0px 1px 0px 0px rgba(197, 197, 197, 0.55);}
.ft-links li{ display:inline-block; padding-right:20px; margin-bottom:0 !important}

 
 
/*##################################################################*/
/*##########___________INNER PAGES CSS START HERE____________#######*/
/*################___________BANNER INNER___________#################*/
 
/*#####################__________INNER BANNER AND BREADCRUM CSS__________########################*/ 
.breadcrumb-bg {background-position: center;background-size: cover;position: relative;z-index: 1;padding: 130px 0;}
.breadcrumb-bg::before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background:#000;opacity: .75;z-index: -1;}
.breadcrumb-content .title {margin-bottom: 10px;color: var(--bs-white);font-size: 36px;}
.breadcrumb-content .breadcrumb {margin-bottom: 0;}
.breadcrumb-content .breadcrumb .breadcrumb-item { color: var(--bs-white)}
.breadcrumb-content .breadcrumb .breadcrumb-item a {color: var(--bs-white)}
.breadcrumb-content .breadcrumb > .active {color: var(--bs-white)}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item {padding-left: 10px}
.breadcrumb-content .breadcrumb-item+.breadcrumb-item::before {float: left;padding-right: 10px;color: var(--tg-white);content: "/"; }

/*#####################__________ABOUT US PAGE CSS__________########################*/

.about-img1{ border-right: 10px #222 solid;}
.about-shape {position: absolute;bottom: -53px;right: -10px;}
 
 
.support-contact {display: flex;align-items: center;padding-top: 30px;margin-top: 26px;}
.rightlayer-shape { bottom: -180px;right:-180px; position: absolute;}

/*#####################__________CONTACT US PAGE CSS__________########################*/  
.contact-info-wrap{ padding:35px 40px}
.contact-info-wrap .list-wrap li {align-items: center;display: flex;border-bottom: 1px solid #1d1d1d;margin-bottom: 20px;padding-bottom: 20px;}
.contact-info-wrap .list-wrap li:last-child {margin-bottom: 0;padding-bottom: 0;border-bottom: none;}
.contact-info-wrap .list-wrap li .icon {width: 60px;height: 60px;display: flex;align-items: center;justify-content: center;background: #222;color: #fff;border-radius: 50%;font-size: 20px;margin-right: 20px;flex: 0 0 60px;}
.contact-info-wrap .list-wrap li .content span {display: block;font-size: 15px;line-height: 1.4;}
 
#contact-map {width: 100%;height: 500px;}
#contact-map iframe {width: 100%;height: 100%;border-radius: 15px;}


/*#################################################################*/
/*################___________MEDIAQUERIES____________##############*/
/*#################################################################*/


@media screen and (min-width: 1900px) {
 
}

@media screen and (min-width: 1600px) {

}
 
@media screen and (min-width: 1400px) {
   
} 

@media (max-width: 1439.98px) {  
 
}

@media (max-width: 1199.98px) {
    
}

@media (max-width: 991.98px) {
    
}

@media (max-width: 767.98px) {

}

@media (max-width: 576.98px) {
 .Trusted_contect {width: auto;margin-top: -30px;} 
 .Trusted_contect h3 {padding-left: unset;padding-right: unset; margin-bottom: 15px}
 .all_heading {font-size: 23px;}  
 .Docboxs { margin-top:15px} 
}