body{ padding: 0px; margin: 0px; list-style: none; font: 400 18px/26px 'Jost'; color:#081b3b; background: #fff; }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
button, input[type="submit"]{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; cursor: pointer;}
input, button{ -webkit-appearance: none;}
input:focus{ outline: none; box-shadow: none;}
button:focus, input[type="submit"]:focus{ outline: none; box-shadow: none;}
figure{ margin: 0px !important; }


/*font-family: 'Jost';*/


.btn_link { padding: 12px 30px; border-radius: 50px; text-transform: capitalize; color:#fff; display: inline-block; font-family: 'Jost'; font-size: 17px; line-height: 22px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: 600; text-transform: capitalize;
background: linear-gradient(90deg,rgba(243, 141, 35, 1) 0%, rgba(234, 124, 22, 1) 32%, rgba(230, 117, 17, 1) 66%, rgba(224, 106, 8, 1) 100%); }
.btn_link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg,rgba(69, 100, 152, 1) 0%, rgba(39, 65, 108, 1) 35%, rgba(34, 64, 116, 1) 60%, rgba(8, 27, 59, 1) 100%);
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  border-radius: 50px;
  transition: transform 0.3s ease;
}

.btn_link:hover::before {
  transform: scaleX(1);
}
.btn_link:hover{ color:#fff; }
.btn_link2{ background: #fff !important; color:#081b3b; }
.btn_link2::before{background: linear-gradient(90deg,rgba(69, 100, 152, 1) 0%, rgba(39, 65, 108, 1) 35%, rgba(34, 64, 116, 1) 60%, rgba(8, 27, 59, 1) 100%) !important;}
.btn_link2:hover{ color:#fff; }

.btn_link3{ background: #081b3b !important; color:#fff; }
.btn_link3::before{background: #fff !important;}
.btn_link3:hover{ color:#081b3b; }


/*header*/
p, h1, h2, h3, h4, h4, h5, h6{padding-bottom: 15px;}
.header_sec { width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: relative;  z-index: 5; box-shadow: 0px 7px 35px 0px rgba(0, 0, 0, 0.1); }


.header_top{position: relative; width: 100%; padding: 5px 0; background: #fff; }
.header_top .row{ justify-content: space-between;}


.headerMain{ width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.headerMain .row{ align-items: center; }
.nav_top{ margin: 0px;  background: none; border: none; min-height: auto; box-shadow: none; border-radius: 0; padding: 0; }
.navbar-brand{margin: 0; padding: 0; width: auto; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.navbar-brand img{max-width: 100%; width: auto;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } 

.menu_sec {padding: 0; display: flex; justify-content: flex-end; align-items: center; }
.menu_sec li{ margin: 0 0 0 30px; font-size: 17px; line-height: 21px; color:#081b3b; position: relative; font-weight: normal; float: left; }
.menu_sec li a{display: inline-block; color: #081b3b; padding: 31px 0; letter-spacing: 0; text-transform: capitalize; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#e87602; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #e87602; bottom: 0; left: 0; transition: all 0.3s; visibility: hidden; opacity: 0;}
.menu_sec li a:hover:after{ width: 100%; visibility: visible; opacity: 1; }
.primary-navigation .menu-item-has-children > a:after{ display: none !important; }
.site-navigation ul .sub-menu{width: 250px; padding: 0; background: #e87602; top: 75px; box-shadow: 0 0 7px -4px #646363; }
.site-navigation ul .sub-menu li{ width: 100%; font-size: 16px; line-height: 18px; margin: 0px; }
.site-navigation ul .sub-menu li a{ width: 100%; padding: 10px 15px !important; color:#fff; }
.site-navigation ul .sub-menu li a:hover{ background: #081b3b !important; }


.top-logo{width: 15%;}
.header-mid { width: 67%;}
.header-rt { width: 18%;}

.header-btn {
  display: flex;
  justify-content: space-between; align-items: center;
}

.header_sec.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 99; background: #fff; box-shadow: 0px 7px 35px 0px rgba(0, 0, 0, 0.1); animation: slideDown 0.75s ease-out; }
.header_sec.fixed .header_top{ display: none; }
/* .header_sec.fixed .headerMain { padding:10px 0; } */
.drop-arw { white-space: nowrap;  margin-left: 5px;  font-size: 14px;}
.header_sec.fixed .navbar-brand img {
  max-width: 175px;
}

@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
.header-rt .btn_link{  margin: 0; padding: 12px 40px; }
.header-rt .btn_link::before{ border-radius: 4px; }


.bannersec{ width: 100%; position: relative; }  
/* .bannersec:before{ width: 100%; position: absolute; left: 0; bottom: 0; background: url(../images/banbg.png) repeat-x left bottom; height: 110px; content: "";} */
.banner_box .container{ position: relative;}
.banner_box{ width: 100%; position: relative; }
/* .banner_box:after{ width: 100%; position: absolute; right: 0px; top: 0px; height: 100%; content:""; z-index: 1; background: url(../images/bannerbg.png) no-repeat 0 0; background-size: 100% 100%;} */
.banner_box img{ width: 100%; min-height: 600px; object-fit: cover; }
.banner_innr{ width: 100%; position: relative; }
.banTxt { max-width: 520px; display: inline-block; }
.banTxt .ban_subheading{display: inline-block; width: 100%; font-size: 17px; line-height: 21px; color: #e3700c; padding-bottom: 10px; position: relative; text-transform: uppercase; position: relative; font-weight: 500; font-family: 'Jost'; }   
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 45px; line-height: 48px; color: #fff; padding-bottom: 15px; position: relative; text-transform: capitalize; position: relative; font-weight: 700; font-family: 'Jost'; }   
.banTxt .ban_content{ width: 100%; display: inline-block; font-size: 17px; line-height: 26px; color:#e5e5e5; margin: 0 0 5px; font-weight: 400; }
.ban_btn li{ margin: 10px 20px 0 0; float: left;}
.ban_btn li:last-child{ margin-right: 0px; }




.wrapper{ padding: 75px 0; }

.about_sec{position: relative; }
.about_content{ width: 100%; position: relative; padding: 0; }
.top_heading{ width: 100%; font-size: 33px; line-height: 40px; font-family: 'Jost'; color: #081b3b; font-weight: 700; padding-bottom: 15px; text-transform: uppercase; }
.top_subheading{ width: 100%; font-size: 14px; line-height: 20px; font-family: 'Jost'; color: #e36f0c; font-weight: 500; padding-bottom: 10px; text-transform: uppercase; }
.top_heading strong{ color:#e77812; }
.top_paragraph{ font-size: 18px; line-height: 27px; color: #081b3b; font-weight: normal; padding-bottom: 15px; }
.top_sec .top_paragraph{ padding: 0 12% 15px;}

.about_sec .top_paragraph { /*font-size: 14px; line-height: 27px; */ padding-bottom: 12px;}
.about_sec .top_heading { text-transform: capitalize; font-size: 40px; line-height: 45px; }
.reverse{flex-direction: row-reverse; }

.about_img{ width: 100%; }
.about_img img{ max-width: 100%; border-radius: 5px; }
.list_style{ width: 100%; padding: 0 0 15px; }
.list_style li{ width: 100%; display: inline-block; font-size: 18px; line-height: 26px; color:#081b3b; padding: 4px; padding-left: 26px; background: url(../images/bullet.png) no-repeat left top 8px; }



.hire_sec{width: 100%; position: relative; }
.wrapper.hire_sec { padding: 15px 0 100px 0;}

.hire_box { width: 100%; position: relative; padding: 15px 12px; background: linear-gradient(90deg,rgba(243, 141, 35, 1) 0%, rgba(239, 134, 29, 1) 26%, rgba(230, 116, 16, 1) 56%, rgba(224, 106, 7, 1) 100%); border-radius: 10px; text-align: center; border: 2px dashed transparent; -webkit-transition: all 0.3s; transition: all 0.3s; }
.hire_icon{ width: 100%; position: relative; padding: 0 0 20px; }
.hire_icon img{ max-width: 100% !important; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; filter: brightness(100); width: auto !important; display: inline-block !important; }
.hire_text { width: 100%; min-height: 80px; }
.hire_title{ width: 100%; font-size: 21px; line-height: 22px; color: #fff; padding: 0 0 5px; font-weight: 600; -webkit-transition: all 0.3s; transition: all 0.3s; }
.hire_content { font-size: 15px; line-height: 24px; color: #fff; padding: 0; font-weight: 400; -webkit-transition: all 0.3s; transition: all 0.3s; }
.hire_box .btn_link { font-size: 15px; line-height: 18px; padding: 12px 40px; background: #081b3b; font-weight: 500;}
/* .hire_box .btn_link:before{ background: #fff; }
.hire_box .btn_link:hover{color:#081b3b !important; } */
.hire_box:hover{ background: #fff;  border: 2px dashed #f38e23; }
.hire_box:hover .hire_icon img{  filter: inherit;}
.hire_box:hover .hire_title{ color:#081b3b; }
.hire_box:hover .hire_content{ color:#3d3d3d; }
.hire_box:hover .btn_link:before{ background: linear-gradient(90deg,rgba(243, 141, 35, 1) 0%, rgba(239, 134, 29, 1) 26%, rgba(230, 116, 16, 1) 56%, rgba(224, 106, 7, 1) 100%);  }
.hire_box:hover .btn_link:hover{ color:#fff !important; }
.hire_sec .owl-carousel{ margin-top: 30px; }


.hire_sec .owl-wrapper {
    position: relative;
    width: 100%;
}

.hire_sec .owl-scrollbar {
    width: 100%;
    margin-top: 15px;
    appearance: none;
    height: 3px;
    background: #dadada;
    border-radius: 5px;
    cursor: pointer;
}

.hire_sec .owl-scrollbar::-webkit-slider-thumb {
    appearance: none;
    width: 300px;
    height: 3px;
    background: #081b3b;
    border-radius: 5px;
}

.hire_sec .owl-scrollbar::-moz-range-thumb {
    width: 40px;
    height: 3px;
    background: #081b3b;
    border-radius: 5px;
}


.hire_sec .owl-scrollbar {
    max-width: 750px;
    margin-top: 15px;
    appearance: none;
    height: 3px;
    background: #dadada;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
  justify-content: center;
  margin: 50px auto 0;
  padding: 0;
  border: none;
}

.hire_sec .owl-scrollbar::-webkit-slider-thumb {
    appearance: none;
    width: 300px;
    height: 3px;
    background: #081b3b;
    border-radius: 5px;
}

.hire_sec .owl-scrollbar::-moz-range-thumb {
    width: 300px;
    height: 3px;
    background: #081b3b;
    border-radius: 5px;
}
.hire_sec .owl-carousel { margin-top: 20px; padding: 0 15px; }
.hire_sec .owl-next{ background: url(../images/next.png) no-repeat 0 0 !important; width: 14px !important; height: 28px !important; background-size: 100% !important; content: ""; opacity: 1; font-size: 0px  !important; position: absolute; right: -14px; top: 50%; transform: translate(0, -50%); }
.hire_sec .owl-prev{ background: url(../images/prev.png) no-repeat 0 0 !important; width: 14px !important; height: 28px !important; background-size: 100% !important;content: ""; opacity: 1; font-size: 0px  !important; position: absolute; left: -14px; top: 50%; transform: translate(0, -50%); }


.work_sec{ width: 100%; position: relative; /* overflow: hidden; */ padding: 42px 0; }
.work_innr{ width: 100%; position: relative; min-height: 500px;}
.work_innr:before{ width: 50%; position: absolute; left: 0; top: -42px; height: 100%; background: #081b3b; content: "" ; border-radius: 0 30px 0 0; }
.work_innr:after{ width: 50%; position: absolute; right: 0; top: 0; height: 100%; background: #e36f0c; content: "" ; z-index: 1; border-radius: 0 0 0 30px; }
.work_innr .container{ position: relative; z-index: 5;}

.work_box{ width: 100%; position: relative; }
.work_box .top_heading{ font-weight: 600; padding: 0 0 10px;}
.work_box .top_heading, .work_box .top_paragraph, .work_box .list_style li{ color:#fff;}
.work_box.work_box1 { padding: 20px 40px 0 150px;}
.work_box.work_box1:before{ background: url(https://vantagelabourhire.com.au/wp-content/uploads/2026/04/labour_img1_new.png) no-repeat 0 0; width: 315px; height: 520px; background-size: 100%; position: absolute; left: -127px; top: -62px; content: ""; }
.work_box.work_box2 { padding: 50px 30% 0 40px;}
.work_box.work_box2:before{ background: url(../images/labour_img2.png) no-repeat 0 0; width: 396px; height: 521px; background-size: 100% 100%; position: absolute; right: -111px; top: -21px; content: ""; }
.work_box .top_paragraph strong{ font-weight: 500; font-size: 18px;}
.work_box .top_paragraph{  font-size: 16px;}
.work_box1 .list_style li{background: url(../images/bullet2.png) no-repeat left top 8px; }
.work_box2 .list_style li{background: url(../images/bullet3.png) no-repeat left top 8px; }
.work_box .btn_link{ margin: 0;}



.why_choose{ width: 100%; position: relative; }
.why_choose:before{ width: 100%; height: 5px; border-top: 1.5px dashed #888888; position: absolute; left: 0; top: 50%; transform: translate(0, -50%); content: ""; }
.wrapper.why_choose { padding: 60px 0 75px 0;}
.why_choose .top_sec{ padding:  0 0 5px;}

.why_box { padding: 15px 15px 0; text-align: center; margin: 15px 0; position: relative; display: flex; justify-content: center; flex-direction: column; text-align: center; }
.why_img { width: 100%; background: url(../images/mobile.png) no-repeat 0 0; background-size: 100% 100%; padding: 75px 25px 20px; min-height: 330px; position: relative; }
.why_icon{ width: 75px; height: 75px; background: #fff; border-radius: 100%; position: relative; display: flex; justify-content: center; align-items: center; margin: 0 auto 15px; }
.why_icon img{ max-width: 100%; transition: all 0.7s; }
.why_title{ font-size: 16px; line-height: 20px; color:#e36f0c; font-weight: 700; text-transform: uppercase; padding: 0 0 10px; }
.why_text{ font-size: 15px; line-height: 18px; color:#2d2d2d; font-weight: 400; }
.why_box:hover .why_icon img{transform: rotateY(360deg);}
.why_choose .col-lg-2{ width: 20%; }
.why_box:before{ width: 100%; position: absolute; left: 0; bottom: 0; background: #d5e5ff; border-radius: 15px 15px 0 0; content: ""; min-height: 78%; }
.why_btm{ width: 100%; padding: 20px 0 0; }
.why_btm .top_heading{ text-transform: none; font-size: 30px;}
.why_btm .btn_link3{ padding: 12px 40px;}
.why_btm .btn_link3:before{ background: #e5730f !important; }
.why_btm .btn_link3:hover{ color:#fff !important; }


.industry_sec{ width: 100%; background: url(../images/industry_bg.jpg) no-repeat center bottom #fd8922; min-height: 850px; background-size: contain; }
.industry_left{ width: 100%; padding-right: 150px; }
.industry_rt{ position: relative; width: 100%;}
.industry_box{ width: 100%; margin: 20px 0; text-align: center; background: #fff; min-height: 130px; display: flex; align-items: center; justify-content: center; font-size: 20px; line-height: 24px; font-weight: 500; color:#0d2244; border-radius: 5px; padding: 20px 30px; box-shadow: 8.619px 11.032px 15px 0px rgba(12, 13, 12, 0.12); }

.industry_box1{ border-top-left-radius: 20px;}
.industry_box2{ border-bottom-left-radius: 20px;}
.industry_box3{ border-top-right-radius: 20px;}
.industry_box4{ border-bottom-right-radius: 20px;}
.box_left .industry_box:nth-child(even){ background: #081b3b; color:#fc8b21; }
.box_rt .industry_box:nth-child(odd){ background: #081b3b; color:#fc8b21; }

.industry_logo{ width: 124px; height: 124px; background: #fff; box-shadow: 7.388px 9.456px 60px 0px rgba(12, 13, 12, 0.19); display: flex; justify-content: center; align-items: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 10px; border-radius: 100%; }
.industry_logo img{ max-width: 100%; }

.faq_sec{ width: 100%; }
.faq_left{ width: 100%; background: #081b3b; padding: 20px; border-radius: 10px; }
.faq_left .top_heading{ color:#fff; font-size: 30px; padding: 0 0 25px; }



.faq_rt{ width: 100%; padding: 0 0 0 30px; }
.faq_rt .accordion{border: none; }
.faq_rt .accordion-item{ border: none; margin: 0 0 10px; margin: 5px 0; }
.faq_rt .accordion-button{ padding: 12px 0; font-size: 20px; font-weight: 500; color:#191919; background: none; }
.faq_content{ width: 100%; font-size: 16px; color:#3f3f3f; }
.faq_rt .accordion-button:focus{ box-shadow: none; border: none !important; }
.faq_rt .accordion-header { border-bottom: 1px solid #dedede; }
.faq_rt .accordion-body{ padding: 15px 0;}
.faq_frm{ width: 100%; margin: 0 0 15px; }
.faq_frm input[type="text"],  .faq_frm input[type="email"],  .faq_frm input[type="tel"], .faq_frm select, .faq_frm textarea { width: 100%; background: #fff; height: 50px; font-size: 15px; font-weight: 500; color:#2c2c2c; border: 1px solid transparent; -webkit-appearance: none; font-family: 'Jost'; padding: 0 20px; outline: none; border-radius: 3px; -webkit-transition: all 0.3s;  transition: all 0.3s; }
.faq_frm textarea{ resize: none; height: 65px; padding: 10px 20px; }
.faq_frm .btn_link{ border: none; margin: 0;}
.faq_frm .btn_link:hover{ background: linear-gradient(90deg,rgba(69, 100, 152, 1) 0%, rgba(39, 65, 108, 1) 35%, rgba(34, 64, 116, 1) 60%, rgba(8, 27, 59, 1) 100%); }
.faq_frm input[type="text"]:focus,  .faq_frm input[type="email"]:focus,  .faq_frm input[type="tel"]:focus, .faq_frm select:focus, .faq_frm textarea:focus{ border-color:#e87602;}


.toparww{ position: fixed; right: 15px; bottom: -30px; font-size: 26px; color:#fff !important; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; 
  -o-transition: all 0.3s;transition: all 0.3s; z-index: 5; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; border-radius: 100%; z-index: 5555; background: #050e1d; }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 15px; }


.footer_sec{ width: 100%; background: url(../images/footer_bg.jpg) no-repeat 0 0; position: relative; background-size: cover; }
.footer_sec .container{ position: relative; z-index: 2; }

.footer_top{ width: 100%; padding: 50px 0 90px 0; }
.footer_top.wrapper { padding: 60px 0 40px 0; }
.footer_box{ width: 100%; }
.footer_heading{ font-size: 20px; line-height: 26px; font-weight: bold; color:#e87913; text-transform: uppercase; padding: 0 0 15px; font-family: 'Jost'; letter-spacing: 2px; margin-bottom: 10px; }
.ftr_logo { display: inline-block; margin-bottom: 10px; width: 240px; padding: 25px 0; background: #fff; border-radius: 0 0 15px 15px;}
.ftr_logo img{ max-width: 100%;}
.footer_content{ width: 100%; font-size: 15px; line-height: 22px; font-weight: normal; color:#fff; padding: 0 0 15px; font-family: 'Jost'; }


.foot_link li {width: 100%; margin: 0 0 12px; font-size: 16px; line-height: 19px; color: #fff; position: relative; padding: 0; font-family: 'Jost'; font-weight: 500; }
.foot_link li a{color:#fff; }
.foot_link li a:hover{ color:#fd8922; }

.foot_contact li { width: 100%; margin: 0 0 12px; font-size: 16px; line-height: 19px; color: #fff; position: relative; padding: 6px; padding-left: 38px; font-weight: 500; }
.foot_contact li a{color:#fff; }
.foot_contact li a:hover{ color:#fd8922; }
.foot_contact li i{ width: 28px; height: 28px; border-radius: 100%; display: flex; align-items: center; justify-content: center; background:#e77812; position: absolute; left: 0px; top: 1px; border-radius: 100%; }

/* .footer_box1{width: 22%;}
.footer_box2{width: 30%;}
.footer_box3{width: 26%;}
.footer_box4{width: 22%;} */


.footer_btm{ width: 100%; padding: 20px 0; font-size: 15px; line-height: 17px; font-weight: normal; color:#fff; text-align: center; position: relative; font-family: 'Jost'; }
.footer_btm a{ color:#fff;  }
.footer_btm span{ text-transform: uppercase; }
.footer_btm a:hover{ color:#fd8922; }

.mobile_btm{ display: none;}

.footer_logo{ display: flex; align-items: center; gap: 12px; margin-bottom: 15px; justify-content: center; }

.footer_box2 .footer_box{ text-align: center; padding: 0 30px; margin-top: -52px; }
.footer_box3 .footer_box{  padding: 0 0 0 30px; }
.ban_btn ul{ display: flex; column-gap: 10px; }
.footer_box .ban_btn ul{justify-content: center;  }
.footer_box .ban_btn .btn_link { padding: 9px 20px; font-size: 16px;}
.ban_btn li { margin: 0; float: left;}

.disclaimer_sec{ width: 100%; text-align: center; }
.disclaimer_innr{ width: 100%; border-top: 1px solid rgba(255, 255, 255, 0.10); border-bottom: 1px solid rgba(255, 255, 255, 0.10); padding: 25px 20%; }
.disclaimer_title{ width: 100%; font-weight: 500; font-size: 20px; line-height: 24px; color:#fff; padding: 0 0 10px; }
.disclaimer_content{ width: 100%; font-weight: 400; font-size: 16px; line-height: 22px; color:#fff; }

.footer_top .ftr{ position: relative;}
.footer_top .ftr:after{ width: 1px; min-height: 285px; background: rgba(255, 255, 255, 0.10); position: absolute; right: 0px; top: 0; content: ""; }
.footer_top .footer_box3.ftr:after{ display: none;}






/*NEW CSS*/
.primary-navigation{ float: none !important; }
.menu-primary-menu-container{display: flex !important; flex-basis: auto; justify-content: flex-end !important; flex-grow: 1; align-items: center;}
.primary-navigation .menu_sec li li{ margin: 0; }
.primary-navigation .menu_sec li li a:after{ display: none !important; }
.primary-navigation .menu_sec ul {background-color: #e77812;}
.primary-navigation .menu_sec ul li a:hover{background-color: #081b3b; color:#fff !important; padding-left: 20px; }
.primary-navigation .menu_sec li:hover > a, .primary-navigation .menu_sec li.focus > a { /*color: #cd3386 !important;*/ background: none !important;}
.navbar-brand img { height: auto; max-width: 100%; }



/*CONTENT PAGE CSS*/
.page .entry-header, .blog_page_header { background: url(../images/banner.jpg) no-repeat 0 0; background-position: 0 0 !important; background-size: cover !important;  max-width: 100% !important; padding: 200px 0 150px !important;  margin: 0 0 50px !important;  position: relative;  overflow: hidden;  text-align: center;}
.page .entry-header::after, .blog_page_header::after {   background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 30%);  position: absolute;
content: "";  right: 0;  bottom: 0;  left: 0;  height: 60%;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.content-area, .content-sidebar {  padding-top: 0px !important;}
.page .entry-title, .blog_page_title { color: #fff; position: relative; font-size: 32px; font-weight: 700; z-index: 99; margin-bottom: 3px; text-transform: capitalize;}
.breadcrumb-container { width: 100%; color: #e77812; position: relative; font-size: 15px; z-index: 5; }
.breadcrumb-container a { color: #fff;}
.page { margin-top: 0 !important; margin-bottom: 0 !important;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.full-width .site-content {  margin-left: 0;}  
.page .entry-header:before, .blog_page_header:before { content: "";  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);  position: absolute;  left: 0; top: 0; z-index: 0;  width: 100%;
height: 20%;}
.page .entry-header{ margin: 0 !important;}
.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {   padding-right: 0 !important;  }

 


/* INNER CONTENT */
.inner_content .container{ position: relative; z-index: 2; }
.inner_title {
    color: #081b3b;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-align: left;
}
.inner_subtitle {
  color: #081b3b;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  text-transform: capitalize;
   text-align: left;
}
.inner_subtitle2 {
  color: #081b3b;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
  text-transform: capitalize;
  text-align: left;
}

.inner_txt {
  font-size: 16px;
  color: #081b3b;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.6em;
  text-align: left;
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  padding-bottom: 16px;
  color: #e77812;
  text-transform: capitalize;
}


.inner_title::before, .inner_subtitle::after  {
  background: #e77812;
  width: 35px;
  height: 5px;
  content: "";
  position: absolute;
  left: 0;
  border-radius: 5px;
  bottom: 0px;
}



.core-box {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  min-height: 100%;
}
.core-box img {
  width: 200px;
  padding-bottom: 20px;
}
.margin-top{
  margin-top: 40px;
}
.inner_list_txt ul {
  padding: 0;
  margin: 0;
}
.inner_list_txt ul li {
  position: relative;
  padding: 3px;
  padding-left: 24px;
  background-size: 18px;
  font-size: 16px;
  line-height: 1.6em;
  color: #081b3b;
  font-weight: normal;
  list-style: none;
}
.inner_list_txt ul li:before {
    position: absolute;
    left: 0;
    top: 4px;
    color: #e77812;
    content: "\f138";
    width: 12px;
    height: 12px;
    background-size: 100%;
    content: "\f138";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: #e77812;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
}
.inner_bottm_sec .inner_title, .inner_bottm_sec .inner_subtitle { color: #fff !important; font-weight: 600; }

.inner_bottm_sec .inner_title:after, .inner_bottm_sec .inner_subtitle:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background: #fff;
}
.breadcrumb-container {
  z-index: 5;
  color:#e77812;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #081b3b;
}
.sub_heading strong{ color: #e77812;}






/* CONTACT US */
.content_page {  width: 100%; padding: 75px 0;}
.get_box{ width: 100%; display: inline-block; margin: 0 0 7px; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box select, .get_box textarea{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s;font-family: 'Jost';}
.get_box .btn_link{ border: none; font-family: 'Jost'; }
.get_box textarea{ height: 70px; padding: 10px 20px 15px;}
.get_box input[type="text"]:focus, .get_box input[type="email"]:focus, .get_box input[type="tel"]:focus, .get_box select:focus, .get_box textarea:focus{ border-color:#e87602 !important;}
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box select::placeholder, .get_box textarea::placeholder{ color:#1e1e1e; opacity: 1; }

.contact_page_heading {
font-size: 34px;
line-height: 1.2;
text-transform: capitalize;
color: #081b3b;
padding: 0 0 15px;
font-weight: 600;
position: relative;
display: inline-block;
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
background: #e77812;
}
.contact_page_heading strong { font-weight: 600; color: #de858d; }
.contact_page_info {
position: relative;
color: #081b3b;
margin-top: 25px;
padding-left: 57px;
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background:#e77812;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
width: 45px;
height: 45px;
border-radius:50%;
text-align: center;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}
.contact-text strong {
font-weight: 600;
}
.contact-text a {
transition:
all 0.5s ease;
text-decoration: none !important;
color: #081b3b;
}
.contact_page_info {
color: #081b3b;
}
.contact-text a:hover{ color:#e77812; }

.contact_right {
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
padding: 25px 25px 0;
border-radius:5px;
text-align: left;
background: #fff;
}
.contact-page input, .contact-page textarea, .contact-page select {
width: 100%;
padding: 0 15px !important;
color: #081b3b !important;
outline:none;
border-color:#d9d9d9 !important;
}


.contact-page textarea{ height: 120px; padding: 15px !important}
.contact_box{ width: 100%; margin-bottom: 20px;}

.contact-page input[type="submit"] {
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
color: #fff !important;
font-weight: normal;
text-align: center;
width: fit-content;
padding:13px 32px !important;
transition:all 0.5s ease;
border: none;
font-family: 'Jost';
height: auto;
letter-spacing: 1px;
font-weight: bold;
background: linear-gradient(90deg,rgba(243, 141, 35, 1) 0%, rgba(234, 124, 22, 1) 32%, rgba(230, 117, 17, 1) 66%, rgba(224, 106, 8, 1) 100%) !important; }
.contact-page input[type="submit"]:hover {
background: linear-gradient(90deg,rgba(69, 100, 152, 1) 0%, rgba(39, 65, 108, 1) 35%, rgba(34, 64, 116, 1) 60%, rgba(8, 27, 59, 1) 100%) !important;
color:#fff !important;
}
.get_touchSec {
    padding: 0 0 20px;
}
.contact_right .get_frm:before{ display: none;}
.contact_right .get_frm { border: none; }
.contact_right .get_frm input[type="text"], .contact_right .get_frm input[type="email"], .contact_right .get_frm input[type="tel"], .contact_right .get_frm select, .contact_right .get_frm textarea{ border: 1px solid #ddd; }
.contact_right .get_frm input[type="text"]:focus, .contact_right .get_frm input[type="email"]:focus, .contact_right .get_frm input[type="tel"]:focus, .contact_right .get_frm select:focus, .contact_right .get_frm textarea:focus{ border-color:#e77812; }



.get_touchSec .col-lg-6, .get_touchSec .col-lg-12{ padding: 0 5px;}
.get_touchSec .row{ margin: 0 -5px; }
.get_touchSec p{ padding: 0; }

.full-width .hentry { margin-bottom: 0 !important;}
.inner_content { width: 100%; padding:75px 0 !important;}
.reverse{ flex-direction: row-reverse; }
.contact_map { margin-top: 25px;}
.contact_map iframe {
    width: 100%;
    display: flex;
    height: 170px;
}

.thank_you { text-align: center;}

/* error */

.inner_content{ /* background: none; */ border-radius: 0px;}

.error404 .header_sec{ position: relative; }
.error404 .header_sec.fixed{ position: fixed; }
.error_page{ text-align: center; padding: 75px 0 !important; }
.error_page .site-content{ margin: 0px; width: 100%; }
.error_page .page-content{ width: 100%; text-align: center; margin: 0px; max-width: 100%;}
.error_page .page-content img{ max-width: 400px; margin: 20px 0;}
.home_btn{ width: 100%; display: inline-block; }
.error_page .inner_title::after{ left: 50%; transform: translate(-50%, 0);}
.inner_txt .home_btn a.btn_link{ text-decoration: none !important;}

.thank_you .inner_txt p{ font-size: 16px; color: #081b3b; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.error404 .inner_title::before, .error404 .inner_subtitle::after  { left: 50%; transform: translate(-50%, 0);}






/* blog page css  */


.more-link { padding: 12px 30px 12px; border-radius: 30px; text-transform: uppercase; font-weight: normal; color:#fff; display: inline-block; font-size: 16px; line-height: 24px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: 600; display: block; width: fit-content; background: linear-gradient(90deg,rgba(243, 141, 35, 1) 0%, rgba(234, 124, 22, 1) 32%, rgba(230, 117, 17, 1) 66%, rgba(224, 106, 8, 1) 100%);  }
.more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
background: linear-gradient(90deg,rgba(69, 100, 152, 1) 0%, rgba(39, 65, 108, 1) 35%, rgba(34, 64, 116, 1) 60%, rgba(8, 27, 59, 1) 100%);
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: transform 0.3s ease;
}

.more-link:hover::before {
  transform: scaleX(1);
}
.more-link:hover{ color:#fff; }


.post .entry-title{ font-size: 24px !important;  font-weight: 600 !important; line-height: 2rem; }
.blog .main-content, .single .content-area{ padding: 65px 0; margin: 0px; }
.blog .category-blog .post-thumbnail img, .single .category-blog .post-thumbnail img{ width: 100%; }
.content-sidebar h2 { color:#e77812;}
.blog_sec { width: 100%; padding:65px 0;  display: inline-block; } 
.blog_sec .category-blog .post-thumbnail img{ width: 100%; }
.page .entry-header, .blog_page_header { z-index: 1;}
.entry-title a, .post .entry-title { color:#e77812; }
.entry-title a:hover, .entry-meta a:hover { color: #e77812 !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #e77812 !important; }
.blog .page .entry-header, .blog .blog_page_header, .single .page .entry-header, .single .blog_page_header, .archive .page .entry-header, .archive .blog_page_header{ margin: 0 !important;}

.single .entry-content p, .entry-summary p{ font-size: 16px; line-height: 28px; color: #000; font-weight: normal; padding-bottom: 15px;}
.content-sidebar .widget a { color: #081b3b; font-size: 15px; line-height: 24px; }
.menu_sec li > a{ background: none !important; }


.get_rt .row{ margin: 0 -7px; }
.get_rt .col-md-6, .get_rt .col-md-12{ padding: 0 7px;}
.btn_div .btn_link{ margin: 15px 0 0;}
.get_frm p{ padding: 0;}
.wpcf7-spinner { position: absolute !important; right: 0 !important;}
.get_rt, .contact_right{ position: relative;}
.get_rt .top_heading{ background-position: center bottom;}

.get_box input[type="file"] {  padding: 14px 15px !important;}

.get_box{ width: 100%; display: inline-block; margin: 7px 0; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box input[type="date"], .get_box input[type="file"], .get_box select, .get_box textarea{   width: 100%;
  height: 55px;
  padding: 0 20px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  outline: none;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-family: 'Jost';
  font-weight: 500;
  background: none; }
.get_box textarea{ padding: 20px 30px; resize: none; height: 140px; }
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="date"]::placeholder, .get_box input[type="file"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box textarea::placeholder{ opacity: 1; color:#959595; }
.get_box .btn_link { cursor: pointer; border: none; padding: 15px 60px; outline: none; margin: 0; }
.get_box select{ cursor: pointer;}

.get_sec .row{ margin: 0 -10px; }
.get_sec .col-md-6, .get_sec .col-md-12{ padding: 0 10px;}
.get_box input[type="file"] { padding: 14px 15px !important;}


.thank_you img{ max-width: 100%; margin-bottom: 15px;}
/* .site-navigation ul .sub-menu { width: 250px; top: 34px; box-shadow: 0 0 7px -4px #646363; padding: 5px;} */
.get_frm input[type="text"]:focus, .get_frm input[type="email"]:focus, .get_frm input[type="tel"]:focus, .get_frm select:focus, .get_frm textarea:focus{ 
 border-color: #e77812 !important; }
.img_box img{ width: 100%; border-radius: 8px; }

.get_frm .btn_link { cursor: pointer; border: none; padding: 15px 42px; outline: none; margin: 0; }
/* .get_frm .btn_link:hover{background: #10254f;} */
.get_frm select{ cursor: pointer;}

.get_sec .row{ margin: 0 -10px; }
.get_sec .col-md-6, .get_sec .col-md-12{ padding: 0 10px;}
.btn_div .btn_link{ margin: 15px 0 0;}


.thank_you img{ max-width: 250px !important; }
.faq_left .faq_frm p{padding: 0;}
.faq_left .wpcf7 form .wpcf7-response-output{ color:#fff; }





/*SLIDER CSS*/
.banner_box .ms-slide-info {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    z-index: 5;
}
.banner_box .ms-view { height: 600px !important;}
.banner_box .ms-slide{ height: 100% !important;}
.banner_box .ms-slide-bgcont { height: 600px !important;}

.banner_box .master-slider::before {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  content: "";
  z-index: 1;
  background: linear-gradient(-90deg, rgba(51, 92, 149, 0) 45%, rgba(0, 0, 0, 0.7) 100%);
}
.banner_box .ms-skin-light-6 .ms-bullets.ms-dir-h {
  z-index: 9;
}
.banner_box .ms-skin-light-6 .ms-bullet{ width: 10px !important; height: 10px !important; background: #fff !important; border-radius: 100% !important; border: none !important; }
.banner_box .ms-skin-light-6 .ms-bullet.ms-bullet-selected{ background: #e87602 !important;}
.banner_box .ms-bullets{ bottom: 30px !important;}


.service_main .hire_box { text-align: left; padding: 30px 12px; padding-left: 100px; margin: 15px 0; height: 100%; }
.service_main .hire_icon { width: 100px; position: absolute; padding: 0; left: 0; top: 24px; display: flex; justify-content: center; }
.service_main .list_style{ padding: 5px 0 0;}
.service_main .list_style li{ color:#fff;}
.service_main .list_style li { background: url(../images/bullet3.png) no-repeat left top 8px;}
.service_main .hire_box:hover .list_style li{ color:#081b3b; background: url(../images/bullet.png) no-repeat left top 8px; }























@media only screen and (min-width: 1400px){
.work_box.work_box2::before { width: 390px; height: 521px; right: -95px; top: -21px;}



}

  
  
  
  
@media (min-width: 1200px) and (max-width: 1399px) {
.work_box.work_box2 {
  padding: 50px 35% 0 20px;
}
.work_box.work_box2::before {
  width: 340px;
  height: 430px;
  background-size: 100%;
  right: -38px;
  top: inherit;
  bottom: -70px;
}
.top_heading {
  font-size: 29px;
  line-height: 34px;
}
.work_box .top_paragraph strong {
  font-size: 16px;
}
.work_box .top_paragraph {
  font-size: 15px; line-height: 25px;
}
.list_style li {
  font-size: 16px;
  line-height: 24px;
}
.work_innr::before {
  top: -42px;
  height: auto;
  border-radius: 0 30px 0 0;
  min-height: 450px;
}
.work_innr::after {
  height: auto;
  min-height: 450px;
}
.work_sec {
  padding: 30px 0;
}
.work_box.work_box1::before {
  width: 284px;
  height: 470px;
  left: -127px;
  top: -62px;
}










}



@media only screen and (max-width: 1199px) {
/* blog */
.page .entry-header, .blog_page_header { padding: 160px 0 125px !important;}
.blog .hentry, .archive .hentry, .single .hentry{ max-width: 580px !important;}
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 22px !important; line-height: 1.2em; }
.blog .main-content, .single .content-area { padding: 60px 0;}


.inner_title, .inner-form-heading{ font-size: 28px; }
.inner_subtitle { font-size: 26px;}
.top_heading { font-size: 28px;line-height: 32px; padding-bottom: 15px; }
.wrapper { padding: 65px 0; }

.top_paragraph { font-size: 15px; line-height: 28px; padding-bottom: 15px;}
.list_style li{line-height: 28px; }
.top_subheading { font-size: 16px; line-height: 22px; padding: 0 0 12px;}
.inner_txt, .inner_list_txt ul li { font-size: 15px;}
.widget h2 { font-size: 18px !important;}
.single .entry-content p, .entry-summary p { font-size: 15px; line-height: 25px; padding-bottom: 12px;}

.top-logo {
  width: 14%;
}
.header-mid {
  width: 67%;
}
.menu_sec li {
  margin: 0 0 0 24px;
  font-size: 16px;
  line-height: 21px;
}
.menu_sec li a {
  padding: 26px 0;
}
.header-rt {
  width: 19%;
}
.header-rt .btn_link {
  margin: 0;
  padding: 12px 30px;
}
.banTxt .ban_heading, .banTxt h1 {
  font-size: 40px;
  line-height: 44px;
}
.banTxt .ban_content {
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 5px;
}
.btn_link {
  padding: 10px 25px; font-size: 15px;
}
.banTxt {
  max-width: 480px;
}
.banner_box .ms-view { height: 500px !important;}
.banner_box .ms-slide{ height: 100% !important;}
.banner_box .ms-slide-bgcont { height: 500px !important;}
.about_sec .top_heading {
  font-size: 35px;
  line-height: 40px;
}
.top_paragraph {
    line-height: 24px;
  }
.list_style li {
    font-size: 15px;
    line-height: 25px;
  }
.list_style {
  width: 100%;
  padding: 0 0 10px;
}
.hire_icon {
  padding: 0 0 15px;
}
.work_box.work_box1 {
  padding: 20px 15px 0 128px;
}
.work_box.work_box2 {
    padding: 34px 31% 0 15px;
  }
.work_innr {
  min-height: 461px;
}
.work_box.work_box2::before {
    width: 275px;
    height: 360px;
    right: -44px;
    top: 79px;
  }
.wrapper.why_choose {
  padding: 25px 0 50px 0;
}
.why_btm {
  padding: 25px 0 0;
}
.why_btm .top_heading {
  font-size: 26px;
}
.why_box {
  padding: 10px 10px 0;
}
.why_box::before {
  min-height: 60%;
}
.why_title {
  font-size: 14px;
  line-height: 17px;
  padding: 0 0 10px;
}
.why_img {
  padding: 40px 15px 15px;
}
.wrapper {
    padding: 60px 0;
  }
.industry_left {
  width: 100%;
  padding-right: 85px;
}
.work_box.work_box1::before {
  width: 290px;
  height: 482px;
  left: -127px;
  top: -62px;
}
.why_img {
    padding: 31px 15px 15px; min-height: 300px;
  }
.faq_left .top_heading {
  color: #fff;
  font-size: 25px;
  padding: 0px 0 20px;
}
.faq_rt .accordion-button {
  padding: 8px 0;
  font-size: 17px;
}
.faq_rt .accordion-body {
  padding: 15px 0;
}
.footer_box2 .footer_box {
  padding: 0 10px;
  margin-top: -52px;
}
.footer_heading {
  font-size: 18px;
  line-height: 24px;
}
.footer_box .ban_btn .btn_link {
  padding: 8px 17px;
  font-size: 14px;
}
.foot_contact li {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 19px;
}
.foot_link li{
  font-size: 15px;
  line-height: 19px;
}
.disclaimer_innr {
  padding: 20px 10%;
}
.footer_btm {
  padding: 16px 0;
  font-size: 14px;
  line-height: 17px;
}
.work_box .top_paragraph strong {
  font-weight: 500;
  font-size: 16px;
}
.work_box .top_paragraph {
  font-size: 15px;
}
.work_sec {
  padding: 0px;
}
.work_innr::before {
  top: -20px;
}
.work_innr {
    min-height: 439px;
  }
.industry_box {
  margin: 20px 0;
  min-height: 120px;
  font-size: 18px;
  line-height: 21px;
  padding: 16px 25px;
}
.industry_sec {
  min-height: 765px;
}
.faq_left .top_heading {
    font-size: 24px;
    padding: 0px 0 20px;
  }







  

}


@media only screen and (max-width: 1024px) {
.header-mid{ display: none;}
.header-right{ display: none;}

.mobile_btm{ display: block;}
.footer_fixed_buttons {  position: fixed;  bottom: -80px;  left: 0;  width: 100%;  text-align: center;  z-index: 999; transition: 0.5s; }
.footer_btn3 {   width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize; background: #0b2b5f; }
.footer_btn2 {  background:#fff;  position: absolute;  top: 3px;  left: 50%;  transform: translate(-50%, 0);  height: 44px;  width: 44px;  border-radius:50%;  padding-top: 8px;}
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms;}
.footer_btn1 {  background:#e16d0a;  width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize;}
.footer_btm { padding-bottom: 60px;}
.header_top{ display: none;}
.footer_fixed_buttons.fixed2{ bottom: 0px;}
    
/* blog */
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title {font-size: 20px !important;  line-height: 1.4em; }
.archive .site-content { margin-right: 36.333%; }

.inner_title, .inner-form-heading{ font-size: 24px; }
.inner_subtitle { font-size: 22px;}
.inner_txt{font-size: 15px; line-height: 24px; padding-bottom: 12px;}
.inner_list_txt ul li{font-size: 15px; line-height: 24px; }
.top_paragraph, .single .entry-content p, .entry-summary p {font-size: 15px; line-height: 24px; padding-bottom: 12px;}
.top_heading { font-size: 28px; line-height: 32px; padding-bottom: 12px; }

.header-rt{ display: none;}

.wrapper { padding: 50px 0; }
.top_paragraph, .single .entry-content p, .entry-summary p, .service_content { font-size: 14px; line-height: 24px;  padding-bottom: 12px; }
.inner_list_txt ul li { font-size: 15px; line-height: 24px;}
.rmp-container .rmp-menu-title .rmp-menu-title-image { margin-bottom: 0 !important; background: #fff; padding: 12px 10px; height: auto; width: 150px; border-radius: 5px;}

.lazyloaded { max-width: 22px;  }
.get_Intouch_innr { padding: 25px 20px;  }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea {height: 55px; padding: 0 15px; font-size: 14px;
  line-height: 18px; padding-left: 55px; }
.get_frm textarea{ height: 130px; padding: 15px; }
.btn_link {padding: 10px 22px;}
.header_sec.fixed {animation: inherit;}
.headerMain {padding: 4px 0;}

.inner_bottm_sec .inner_txt { padding: 0 0 15px;}
.single .entry-content p, .entry-summary p { font-size: 14px; line-height: 24px; padding-bottom: 12px;}  
.content-sidebar .widget a{font-size: 14px; line-height: 24px;} 


.top-logo {
    width: auto;
  }
.navbar-brand img {
  height: auto;
  max-width: 110px;
}
.header_sec.fixed .navbar-brand img {
  max-width: 110px;
}
.banTxt .ban_heading, .banTxt h1 {
    font-size: 30px;
    line-height: 35px;
  }
.banTxt .ban_content {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 5px;
  }
.banTxt {
    max-width: 400px;
  }
.banner_box .ms-view { height: 400px !important;}
.banner_box .ms-slide-bgcont { height: 500px !important;}

.top_paragraph, .single .entry-content p, .entry-summary p, .service_content {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 12px;
  }
.industry_left {
    width: 100%;
    padding-right: 20px;
  }
.industry_sec {
    min-height: 550px;
  }
.faq_rt {
  width: 100%;
  padding: 0 0 0 10px;
}
.faq_rt .accordion-body {
    padding: 12px 0;
  }


    
} 
 
 
@media only screen and (max-width: 991px) {
.page .entry-title, .blog_page_title{ font-size: 28px; line-height: 32px;}

/* blog */
.blog .hentry, .archive .hentry, .single .hentry { max-width: 400px !important; margin: 0 auto 30px; }
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 22px !important; line-height: 1.4em; }
.blog .main-content, .single .content-area { padding: 50px 0;}
.entry-summary{ font-size: 15px; line-height: 26px; }
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title { font-size: 20px !important;  line-height: 1.4em;  }
.entry-content { font-size: 15px !important; line-height: 26px !important;}
  
.toparww {font-size: 21px; width: 42px; height: 42px}
.toparww_main.fixed .toparww {bottom: 80px;}
.get_touchSec { padding: 0 0 20px;}   
  
.top_heading { font-size: 20px; line-height: 26px; padding-bottom: 10px; }
.btn_link { padding: 8px 22px; font-size: 14px; }  
.list_style li { line-height: 22px; font-size: 14px; }  
  
  
.about_sec .top_heading {
    font-size: 26px;
    line-height: 30px;
  }

.work_box.work_box1::before {
    width: 253px;
    height: 431px;
    left: -100px;
    top: 0;
  }
 .work_innr {
    min-height: 439px;
    overflow: hidden;
  }
.work_innr::before {
    top: 0;
    border-radius: 0;
  }
.work_innr {
    min-height: 439px;
    overflow: hidden;
  }
.work_innr::after {
  border-radius: 0;
}
.work_box.work_box1::before {
    width: 160px;
    height: 264px;
    left: -66px;
    top: 176px;
    bottom: 0;
  }
.work_box.work_box1 {
    padding: 30px 15px 0 70px;
  }
.work_box.work_box2::before {
    width: 208px;
    height: 288px;
    right: -44px;
    top: 177px;
    background-size: 100%;
  }
.wrapper.hire_sec {
  padding: 15px 0 55px 0;
}
.why_choose .col-lg-2 {
  width: 33.33333%;
}
.wrapper.why_choose {
    padding: 50px 0;
  }
.why_choose::before{ display: none; }
.why_btm .top_heading {
    font-size: 22px;
  }
.industry_box {
    margin: 20px 0;
    min-height: 115px;
    font-size: 16px;
    line-height: 21px;
    padding: 14px 17px;
  }
.industry_logo {
  width: 100px;
  height: 100px;
}
.ftr_logo {
  display: inline-block;
  margin-bottom: 10px;
  width: 150px;
  padding: 14px 10px;
}
.ftr_logo img {
  max-width: 125px;
}

.footer_box1 {
  max-width: 50%; margin-top: 20px;
}
.footer_box3 {
  width: 50%; margin-top: 20px;
}
.footer_top .ftr::after {
  min-height: 260px;
}
.footer_top .footer_box2.ftr::after{ display: none;}
.footer_top {
  width: 100%;
  padding: 50px 0 40px 0;
}
.toparww_main.fixed .toparww {
    bottom: 35px;
  }
.footer_btm {
    font-size: 14px;
    line-height: 20px;
  }
.banner_box .ms-bullets {
  bottom: 15px !important;
}
.why_choose .row {
  justify-content: center;
}
  






      
} 

 
@media only screen and (max-width: 767px){
.container{max-width: 100%;}

/* blog */
.blog_sec{ padding: 50px 0;}
.hentry {/* max-width: 100% !important;*/ margin-bottom: 20px !important;}
.page .entry-title, .blog_page_title{ font-size: 26px; line-height: 32px;}
.page .entry-header, .blog_page_header { padding: 150px 0 120px !important; }

.top_heading { font-size: 19px; line-height: 25px; padding-bottom: 12px; }
.margin-top { margin-top: 25px;}
.inner_subtitle { font-size: 20px; }
.inner_title, .inner-form-heading { font-size: 22px; }
.contact_right { padding: 15px 15px 0; }
.contact_left {margin: 30px 0 0;}
.career_page .contact_right { padding: 15px;}
.contact-page input[type="submit"] { font-size: 16px; line-height: 24px; padding: 13px 35px !important;}
.wrapper { padding: 45px 0; }
.inner_txt { font-size: 14px; line-height: 23px; padding-bottom: 12px; }
.top_paragraph { font-size: 14px; line-height: 23px; padding-bottom: 12px; }
.inner_list_txt ul li { font-size: 14px; line-height: 23px;}
.inner_subtitle {font-size: 18px; }
.page .entry-title, .blog_page_title { font-size: 22px; line-height: 28px;}
.inner_content { padding: 50px 0;}
.inner_subtitle2 { font-size: 18px;}
.inner_content { padding: 50px 0 !important;}

.banTxt {
    max-width: 340px;
  }
.banner_box .container {
  position: relative;
  max-width: 90%;
}
.about_img {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.hire_sec .owl-prev {
  left: -5px;
}
.hire_sec .owl-next {
  right: -5px;
}
.work_box.work_box1 {
    padding: 20px;
    background: #081b3b; border-radius: 5px;
  }
 .work_box.work_box2 {
    padding: 20px;
    background: #e36f0c;
    margin-top: 15px; border-radius: 5px;
  }
.work_innr::before,  .work_innr::after{ display: none;}
.work_box.work_box1::before, .work_box.work_box1::after{ display: none; }
.wrapper.hire_sec {
    padding: 15px 0 40px 0;
  }
.work_box.work_box2::before{ display: none; }
.industry_box {
    margin: 15px 0 0;
    min-height: 115px;
    font-size: 16px;
    line-height: 21px;
    padding: 14px 17px;
    border-radius: 15px !important;
  }
.industry_rt .box_rt {
  flex-direction: column-reverse;
  display: flex;
}
.industry_logo {
    display: none;
  }
.faq_rt {
    width: 100%;
    padding: 30px 0 0;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 10px;
  }
.banner_box .ms-view { height: 380px !important;}
.banner_box .ms-slide-bgcont { height: 380px !important;}
.hire_title {
  font-size: 18px;
  line-height: 21px;
}
.hire_icon img {
  max-width: 70px !important;
}
.banTxt .ban_heading, .banTxt h1 {
  text-shadow: 0 1px 2px #000;
}
.banTxt .ban_content {
    text-shadow: 0 2px 2px #000;
  }
.banTxt .ban_subheading {
  text-shadow: 0 1px 1px #000;
}
.page .entry-title, .blog_page_title {
    text-shadow: 0 1px 1px #000;
  }
.breadcrumb-container {
  text-shadow: 0 1px 0px #000;
}
.moving_img img {
  margin-top: 15px;
}









}



@media only screen and (max-width: 672px){ 
/* blog */
.hentry {max-width: 100% !important;}
.blog .main-content, .single .content-area { padding: 40px 0;}
.archive .site-content {margin-right: 0; }
.singular .site-content .hentry.has-post-thumbnail { margin-top: 0 !important;}
.blog .hentry, .archive .hentry, .single .hentry {  max-width: 100% !important;}




}



@media only screen and (max-width: 575px){ 
/* blog */  
.page .entry-header, .blog_page_header { padding: 90px 0 100px !important; background-position: left 50% center !important; }
.error_page .page-content img { max-width: 250px; margin: 20px 0;}
.inner_bottm_sec { padding: 25px 20px;}

.footer_btm {font-size: 13px; line-height: 20px; }
.footer_fixed_buttons { font-size: 14px; }
.get_frm { margin: 7px 0;}	
.footer_box2, .footer_box3, .footer_box4 { width: 100%; }
.inner_content {  padding: 40px 0 !important; }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 20px;
    line-height: 24px;
  }
.banTxt .ban_content {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0;
  }
.banTxt .btn_link { padding: 6px 17px; font-size: 13px;}
.ban_btn li {margin: 0 10px 0 0;}
.ban_btn ul {
  display: flex;
  column-gap: 0px;
}
.ban_btn li {
    margin: 0 6px 0 0;
  }
.about_sec .top_heading {
    font-size: 24px;
    line-height: 28px;
  }
.why_box {
    padding: 5px 5px 0;
  }
.why_img {
    padding: 30px 12px 12px;
    min-height: 255px;
  }
.why_icon {
  width: 62px;
  height: 62px;
}
.why_icon img {
  max-width: 40px;
}
.why_title {
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 10px;
  }
.why_text {
  font-size: 13px;
  line-height: 16px;
}
.why_btm .top_heading {
    font-size: 20px;
  }
.faq_left .top_heading {
    font-size: 20px;
    padding: 0px 0 20px;
    line-height: 28px;
  }
.faq_left {
  padding: 15px;
}
.faq_frm input[type="text"], .faq_frm input[type="email"], .faq_frm input[type="tel"], .faq_frm select, .faq_frm textarea {
  height: 45px;
  font-size: 15px;
  padding: 0 15px;
}
.faq_rt .accordion-button {
    padding: 8px 0;
    font-size: 15px;
  }
.faq_content {
  font-size: 15px;
  line-height: 24px;
}
.ftr_logo {
    margin-bottom: 10px;
    width: 130px;
    padding: 12px 10px;
  }
.ftr_logo img {
    max-width: 105px;
  }
.footer_logo {
  margin-bottom: 10px;
}
.footer_box1 {
    max-width: 100%;
    margin-top: 20px;
  }
.footer_box3 .footer_box {
  padding: 0;
}
.footer_heading {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 5px;
    letter-spacing: 0px;
  } 
.footer_top {
    width: 100%;
    padding: 50px 0 25px 0;
  }
.disclaimer_innr {
    padding: 20px 5%;
  }
.disclaimer_content {
  font-size: 14px;
  line-height: 22px;
}
.foot_contact li i {
  top: 2px;
}
.hire_sec .owl-scrollbar::-webkit-slider-thumb {
    appearance: none;
    width: 100px;
    height: 3px;
}

.hire_sec .owl-scrollbar::-moz-range-thumb {
    width: 100px;
    height: 3px;
}
.why_choose .col-lg-2 {
    width: 50%;
  }
.why_btm .btn_link3 {
  padding: 10px 32px;
}

.service_main .hire_box {
  padding: 25px 12px 15px;
  padding-left: 82px;
  margin: 10px 0;
  height: auto;
}
.hire_icon img {
    max-width: 55px !important;
  }
.service_main .hire_icon {
  width: 85px;
  top: 18px;
}
.service_main .row-gap-4 {
  row-gap: inherit !important;
}
.contact-page input[type="submit"] {
    font-size: 15px;
    line-height: 25px;
    padding: 11px 29px !important;
  }







} 



@media only screen and (max-width: 400px){ 
/* blog */
.site-content .has-post-thumbnail .entry-header { margin: 0; padding: 0 15px !important;}
.post .entry-title { font-size: 15px !important; line-height: 1.4em; padding: 0 !important; }
.list-view .site-content .post-thumbnail img { width: 100px !important;}
.widget h2 { font-size: 17px !important; }
.single .site-content .has-post-thumbnail .entry-header { padding: 20px 20px 0 !important;}
	
	
	
}
