/*Sohail CSS*/
*, ::after, ::before{box-sizing: border-box;font-family: system-ui}
::selection{background-color: #2e4562; color: #fff}
body{margin: 0px;font-family: system-ui;-webkit-font-smoothing: antialiased}
a{text-decoration: none;display:inline-block;transition: all ease .3s}
a:hover{transform: scale(1.02);font-family: system-ui}
h1,h2,h3,h4,h5,h6{margin-top: 0;margin-bottom: .5rem;font-weight: 500;line-height: 1.2;font-family: system-ui}
p{margin-top: 0px;font-family: system-ui}
.t-white{color: #fff}
.t-black{color: #000}
.t-black1{color: #333}
.t-black2{color: #2f2f2f}
.t-black3{color: #3c3a3a}
.t-black4{color: #111}
.t-black5{color: #343a40}
.t-black6{color: #2d2d2d}
.t-grey{color: #555}
.t-blue{color: #0868ad}
.t-blue1{color: #0667ac}
.t-blue2{color: #1a0dab}
.t-blue3{color: #16749f}
.t-blue4{color: #0F6DAF}
.t-blue5{color: #13587a}
.t-blue6{color: #006f7d}
.t-red{color: #D82500}
.t-yellow{color: #ffbf00}
.t-orange{color: #f65b07}
.t-orange1{color: #d23d05}
.t-green{color: #008000}
.t-green1{color: #91c63e}
.t-purple{color: #8e278b}
.bg-white{background-color: #fff}
/*.bg-grey1{background-color: #e0e0e0}*/
.bg-grey1{background-color: #f0f3f5}
.bg-grey2{background-color: #f9f8f8}
.bg-grey3{background-color: #eee}
.bg-grey4{background-color: #f5f5fd}
.bg-grey5{background-color: #f4f4f4}
.bg-grey6{background-color: #f5f5f5}
.bg-grey7{background-color: #f7f7f7}
.bg-blue{background-color: #c4dff0}
.bg-blue0{background-color: #2e4562}
.bg-blue1{background-color: #0667ac}
.bg-blue2{background-color: #fbfbff}
.font11{font-size: 11px}
.font12{font-size: 12px}
.font13{font-size: 13px}
.font14{font-size: 14px}
.font15{font-size: 15px}
.font16{font-size: 16px}
.font18{font-size: 18px}
.font20{font-size: 20px}
.font22{font-size: 22px}
.font24{font-size: 24px}
.font28{font-size: 28px}
.font32{font-size: 32px}
.font36{font-size: 36px}
.font40{font-size: 40px}
.fonth1{font-size: 36.4px}
.fonth2{font-size: 27.4px}
.fonth3{font-size: 20.6px}
.fontp{font-size: 15.5px}
.fontp1{font-size: 11.6px}

.radius4{border-radius: 4px}
.radius6{border-radius: 6px}
.radius10{border-radius: 10px}
.radius100{border-radius: 100px}
.radiusbottomCorners15{border-radius: 0px 0px 15px 15px}
.bold300{font-weight: 300}
.bold400{font-weight: 400}
.bold500{font-weight: 500}
.bold700{font-weight: 700}
.lh-20{line-height: 20px}
.lh-22{line-height: 22px}
.lh-24{line-height: 24px}
.lh-25{line-height: 25px}
.lh-28{line-height: 28px}
.lh-30{line-height: 30px}
.img-fluid{max-width: 100%;height: auto}
.position-relative{position: relative}
.text-center{text-align: center}
.text-end{text-align: right}
.w-50{width: 50%}
.w-75{width: 75%}
.w-100{width: 100%}
.h-100{height: 100%}
.text-decoration-none{text-decoration: none}

/*Header CSS*/
.nav_row{position: relative;z-index: 3}
.header_logo_link{padding: 6px 0px;height: 60px}
a.header_logo_link:hover {transform: scale(1)}
.search_icon_div{width: 35px;height: 35px;cursor: pointer;margin-right: 24px;padding: 6px 0 0 6px;border-radius: 50px;transition: all ease .3s}
.search_icon_div:hover{background-color: #f4f4f4;transform: scale(1.06)}
.login_btn{background-color: #0079b2;color: #fff;padding: 1px 1px;border: 0px solid #0079b2;border-radius: 100px}
.login_btn:hover{background-color: #0079b2;color: #fff;text-decoration: none;}
.menu{cursor: pointer;width: 60px;height: 60px;position: relative}
.menulines{position: relative; width: 100%; height: 100%}
.menu .menu-line{background: #99bf43; border: none; height: 2px; width: 25px; position: absolute; top: 22px; left: 15px; -webkit-transition: all .35s ease; transition: all .35s ease}
.menu span:nth-of-type(2){top: 31px;background: #df5940;}
.menu span:nth-of-type(3){top: 40px;background: #8a367f;}
.menu-text{color: #000; font-size: 16px; text-align: left; padding: 0; margin: 0 0 0 55px; font-weight: normal; text-transform: uppercase; line-height: 60px} 
.rotateMenuLines .top-line{-webkit-transform: translateY(6px) translateX(0) rotate(45deg);transform: translateY(6px) translateX(0) rotate(45deg);background: #000}
.rotateMenuLines .middle-line{opacity: 0;background: #ff0}
.rotateMenuLines .bottom-line{-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);transform: translateY(-12px) translateX(0) rotate(-45deg);background: #000}

/*Search Dropdown*/
.search_row{width: 100%;position:absolute;top:-2000%;z-index: 2;transition: all 0.3s ease}
.search_row_active{top:100%}
.search_content_div{border:none;border-radius:0px 0px 8px 8px}
.search_content_div form{position: relative}
.search_content_div form input{color:#333;font-size:24px;border-style: none;border-bottom: 1px solid #b3b8bd;border-radius: 0px;background: transparent;padding: 15px 60px 15px 15px;height: 60px;display: block;width: 100%;outline: none}
.search_content_div form input:focus{box-shadow: none;background:transparent;border-color:#b3b8bd}
.search_btn_div{position: absolute;top: 18px;right: 60px}
.header_search_btn{background: transparent;border-style:none}
.search_result p{font-size:18px;padding: 20px 14px;font-weight: 700;border-bottom: 1px solid #b3b8bd}
.search_result a{display: block;font-size:18px;padding: 20px 14px;border-bottom: 1px solid #b3b8bd}
.search_result a:hover{color: #0a58ca}

/*Menu Dropdown*/
.menu_row{width: 100%;position:absolute;top:-2000%;z-index: 2;transition: all 0.3s ease}
.menu_row_active{top:100%}
.menu_content_div{border:none;border-radius:0px 0px 8px 8px}
.all_cat_links,.site_links{padding-top: 4px}
.all_cat_links .cat_list a{padding-bottom: 14px}
.all_site_links .site_links a{padding-bottom: 14px}
.all_cat_links .cat_list a:hover,.all_site_links a:hover{text-decoration: none;color: #0a58ca}
.all_cat_btn_div a{background: transparent;color: #0f68a4;border:none;border-radius:50px;padding: 8px 30px;display:inline-block;transition: all ease .3s}
.all_report_btn_div a{background: transparent;color: #000;border:none;border-radius:50px;padding: 8px 15px;display:inline-block;transition: all ease .3s}
.all_cat_btn_div a:hover,  .all_report_btn_div a:hover{background: transparent;color: #0f68a4;text-decoration: none;transform: scale(1.02)}
.all_cat_btn_div a svg{position: relative;top: 4px;left: 4px}


/*Banner*/
/*.banner.banner_155{height: 155px}*/
.breadcrumb_sec{background-color:#ced4da;padding:10px 0px}
.breadcrumb{display: flex}
.breadcrumb a,.breadcrumb p{font-size: 14px;color: #fff;margin: 0px;padding: 0px}
.breadcrumb a:after{content:'/';padding: 0px 6px;color: #fff}
.breadcrumb a:hover{transform: scale(1)}


/*services page css*/
.statistic_fixed_div{background-color: #8d3882;background-color:#004392;border-radius: 6px;padding: 15px;margin:25px 0px;box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3)}
.statistic_fixed_div .title{color:#fff;font-size: 20.6px;font-weight: 500;margin:0px 0px 8px}
.statistic_fixed_div ul{margin: 0px}
.statistic_fixed_div ul li{padding: 5px 0px;color:#fff;font-size: 15.5px}

.schedule_btn{background-color: #ffd44d;color: #0F1111;border: 1px solid #ffd44d;display: inline-block;width: 100%;font-size:15.5px;font-weight:500;text-align: center;padding: 15px 0px;line-height: normal;border-radius: 100px}
.schedule_btn:hover{background-color: #f5c940;color: #0F1111;border: 1px solid #ffd44d}
.schedule_btn svg{stroke: #0F1111;position: relative;top: -1px}

.static_section{background-color: #f6f8ff;padding:8px 0px 20px;position: relative}
.static_section:before{content: "";display: inline-block;width: 100%;height: 80vh;background: linear-gradient(180deg, #001938 0%, #011f41 50%, #000f26 100%);position: absolute;top:0;z-index: 0}
.static_section .container1{position: relative;z-index: 1}
.static_section .container2{background-color: #fff;border-radius: 15px 15px 15px 15px;position: relative;z-index: 0}
.static_section .container2 .services_div h2{font-size: 27.4px;color:#004392;padding-bottom: 8px;margin-bottom: 0px}
.static_section .container2 .services_div h2::after{content: "";display:block;width: 60px;height: 3px;background-color: #0f68a4;margin: 10px 0px}
.static_section .container2 .services_div h3{font-size: 20.6px;color:#004392;padding-top: 16px}
.static_section .container2 .services_div p{font-size: 15.5px;color:#333;line-height: 28px}
.static_section .container2 .services_div ul li{font-size: 15.5px;color:#333;margin-bottom: 15px;line-height: 24px}
.static_section .container2 .services_div ol li{font-size: 15.5px;color:#333;margin-bottom: 15px;line-height: 24px}
.static_section .container2 .services_div dl dt,
.static_section .container2 .services_div dl dd{font-size: 15.5px;color:#333;margin-bottom: 15px;line-height: 24px}
.static_section .container2 .services_div ul li::marker{color:#0667ac}
a[title="Learn More"]{color:#bc2f06}
/*services page css*/
.static_section .container2 .row3{background-image: url(../images/services_page/world_bg3.webp);background-size: cover;background-repeat: no-repeat;}
.static_section .container2 .pointer:before{content: "";display: inline-block;width: 7px;height: 7px;background-color:#0868ad;border-radius: 100px;margin-right: 10px}
.service_banner_div{background-color: #f8f8ff;background-image: url(../images/service_banner_texture.png);background-repeat: no-repeat;background-position: right center;border-radius: 6px;margin: 20px 0px 0px 0px}
.service_banner_div .s_b_content{width: 65%}
.service_banner_div .s_b_content p:after{content: ""; display: block; margin: 20px 0; width: 240px; height: 4px; background: linear-gradient(to left,#91c63e 0,#91c63e 33.33%,#ee5022 33.33%,#ee5022 66.67%,#8e278b 66.67%,#8e278b 100%)}
.service_banner_div .s_b_content a{display:inline-block;background-color: #0868ad;color: #fff;border:2px solid #0868ad;font-size: 15.5px;font-weight: 500;padding:14px 30px;border-radius:100px;line-height: normal}
.service_banner_div .s_b_content a:hover{background-color: #04538c;color: #fff;border:2px solid #04538c}

.color_border_center:after{content: ""; display: block; margin: 20px auto; width: 240px; height: 4px; background: linear-gradient(to left,#91c63e 0,#91c63e 33.33%,#ee5022 33.33%,#ee5022 66.67%,#8e278b 66.67%,#8e278b 100%)}
.consulting_content_div{border:1px solid #ccc;border-bottom: 3px solid #c1e2f1;border-radius: 6px}
.consulting_content_div:hover{background-color:#f8f8ff;border-color:#f8f8ff}
.expertise_row .after_line{position: relative}
.expertise_row .after_line:after{content: "";width: 2px;height: 100px;background-color: #fff;position: absolute;top: 20px;right: 0px}
.capabilities_div{background:#fff;border:1px solid #eee;padding: 15px;border-radius:6px;height: 100%}
.capabilities_div h2{border-bottom:1px solid #eee}


/*Footer*/
footer{background: #f4f4f4}
.footer_row1{border-bottom: 1px solid #dee2e6}
.select_location select{width:100%;font-size:16px;appearance: auto;color: #495057;padding: 8px 12px;border-radius: 4px;font-weight: 400;border: 1px solid #ced4da;outline: none}
.border_right_left {border-right: 1px solid #dee2e6;border-left: 1px solid #dee2e6}
.contact_para{color:#333}
.contact_para a{color:#3a3939}
.contact_para a:hover{color:#0667ac}
address{font-style: normal;margin-bottom: 16px}
.footer_logo img{filter: grayscale(1)}
.footer_links .footer_pagelinks a{padding: 0px 14px;font-size: 13px;color: #3a3939}
.footer_links .footer_pagelinks_3 a{padding: 5px 8px}
.footer_links .footer_pagelinks a.ps_10{padding-left: 10px}
.footer_links .footer_pagelinks a:hover{color:#0667ac}
footer.footer_copy_Right{background: #eaeaea}
.footer_social_links a{display: inline-block;color: #123D63;margin: 0px 6px}
.footer_social_links a svg{fill:#898989}
.footer_social_links a.youtube svg{margin-top: 6px}
.move_top{width: 40px;height: 40px;background:#aeb3be;color:#fff;padding: 4px;border-radius: 4px;border:none;position: fixed;bottom: 150px;right: 30px;opacity: 0;cursor: pointer;transition: all ease .3s;outline: none}
.move_top:hover{background-color: #91949b;transform: translateY(-5px)}
.move_top svg{vertical-align: middle;font-size: 16px}
.opacity_1{opacity: 1}