body{ padding: 0px; margin: 0px; list-style: none; font: 400 16px/30px 'Helvetica'; color:#1d1d1d; 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: 'Helvetica';
font-family: 'Poppins';*/


.btn_link { padding: 16px 35px; border-radius: 50px; text-transform: capitalize; font-weight: normal; color:#fff; display: inline-block; font-family: 'Helvetica'; font-size: 20px; line-height: 24px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: bold; background: #1F99E8;
background: linear-gradient(180deg, rgba(31, 153, 232, 1) 0%, rgba(31, 143, 225, 1) 26%, rgba(30, 123, 210, 1) 48%, rgba(30, 100, 192, 1) 66%, rgba(30, 82, 178, 1) 82%, rgba(29, 59, 161, 1) 100%);}
.btn_link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #1e4bac;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: transform 0.3s ease;
}

.btn_link:hover::before {
  transform: scaleX(1);
}
.btn_link:hover{ color:#fff; }




/*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; }


.header_top{position: relative; width: 100%; padding: 10px 0; border-bottom: 1px solid #e5e7e8; }
.top_contact ul li{ margin: 0 22px 0 0; color:#000; font-family: "Helvetica"; font-size: 16px; line-height: 20px; font-weight: normal; float: left; }
.top_contact ul li a{ color:#000; }
.top_contact ul li a:hover{ color:#1e4bac; }
.top_contact ul li img{ margin: -2px 5px 0 0; max-width: 100%; }
.top_contact ul li:last-child{ margin-right: 0px;}

.top_social{ float: right; }
.top_social li{ float: left; margin: 0 0 0 15px; color:#000; font-size: 16px; line-height: 20px; float: left; }
.top_social li a{ color:#fff; }
.top_social li a:hover{ color:#1e4bac; }
.top_social li:first-child{ margin-left: 0px; }
.top_social li a img{transition: all 0.3s;}
.top_social li a:hover img{ opacity: 0.7; }

.headerMain{ width: 100%; background: #fff; padding: 15px 0;  -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 !important; justify-content: flex-end; align-items: center; }
.menu_sec li{ margin: 0 0 0 55px; font-size: 16px; line-height: 20px; color:#000; position: relative; font-weight: normal; float: left; }
.menu_sec li a{display: inline-block; color: #0e0e0e; padding: 5px 0; letter-spacing: 0; text-transform: capitalize; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#1e4bac; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #1e4bac; 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: #1c9bdd; top: 30px; box-shadow: 0 0 7px -4px #646363; }
.site-navigation ul .sub-menu li{ width: 100%; font-size: 14px; 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: #2753ac !important; }
.menu_sec li.btn_link { padding: 0px; border: none; }
.menu_sec li.btn_link a { color:#fff !important; padding: 14px 44px 17px; font-weight: bold; }
.menu_sec li.btn_link a:after{ display: none; }






.top-logo{width: 25%;}
.header-mid { width: 75%;}




.header_sec.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 99; background: #fff; box-shadow: 0 0 14px -8px #000; 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;}


@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
.header-right .btn_link{ float: right; margin: 0; }


/* .top_btn { position: absolute; right: 0; top: 50%; transform: translate(0, -50%); }
.call_btn{ background: #28662D; background: linear-gradient(90deg, rgba(40, 102, 45, 1) 0%, rgba(63, 134, 54, 1) 21%, rgba(91, 162, 62, 1) 44%, rgba(115, 185, 68, 1) 65%, rgba(145, 213, 76, 1) 100%);}
.call_btn:hover{ background: #28662D; background: linear-gradient(270deg, rgba(40, 102, 45, 1) 0%, rgba(63, 134, 54, 1) 21%, rgba(91, 162, 62, 1) 44%, rgba(115, 185, 68, 1) 65%, rgba(145, 213, 76, 1) 100%); } */



.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:before{ width: 100%; position: absolute; left: 0px; top: 0px; height: 100%; content:""; z-index: 1; background: #335C95; background: linear-gradient(90deg, rgba(51, 92, 149, 0) 42%, rgba(51, 92, 149, 0.98) 100%); } */
.banner_box img{ width: 100%; min-height: 645px; object-fit: cover; }
.banner_innr{ width: 100%; position: absolute; left: 50%; top: 50%; -ms-transform: translate(-50%,-50%); 
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%); z-index: 5; }
.banTxt{max-width: 540px; }
.banTxt .ban_subheading{ width: 100%; display: inline-block; font-size: 30px; line-height: 35px; color:#1c9bdd; letter-spacing: 1px; text-transform: capitalize; margin: 0 0 15px; font-weight: bold; }
.banTxt .ban_subheading strong{ display: inline-block; padding: 6px 10px; background: #c91a29; }
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 54px; line-height: 65px; color: #fff; padding-bottom: 20px; position: relative; text-transform: capitalize; position: relative; font-weight: bold; }   
.banTxt .ban_content{ width: 100%; display: inline-block; font-size: 16px; line-height: 26px; color:#fff; margin: 0 0 20px; font-weight: normal; }
.ban_btn li{ margin: 10px 20px 0 0; float: left;}
.ban_btn li:last-child{ margin-right: 0px; }
/* .banTxt .view_btn{background:none; color:#0d519a; border-color:#0d519a;}
.banTxt .view_btn:hover{ background: #cd3386; border-color:#cd3386; color: #fff; } */
.banTxt .view_btn{ padding: 15px 35px;}
.banTxt .view_btn i{ margin-right: 5px; }
.banTxt .ban_call{ letter-spacing: 2px; }



/* .ban_btn{ display: flex; justify-content: center; width: 100%; }
.ban_btn .btn_link{ margin: 20px 20px 0; } */


.wrapper{ padding: 90px 0; }

.about_sec{position: relative;}
.about_sec .container{ position: relative; z-index: 55; }

.top_subheading{ width: 100%; display: inline-block; font-size: 20px; line-height: 25px; color:#1e6cc6; font-weight: bold; letter-spacing: 2px; text-transform: capitalize; margin: 0 0 10px; background: linear-gradient(to bottom, #5bb5ef, #1d3ea3);  -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.top_heading{ width: 100%; font-size: 36px; line-height: 42px; font-family: 'Helvetica'; color: #1d1d1d; font-weight: bold; padding-bottom: 15px; }
.top_heading strong{ color:#1e6cc6; }
.top_paragraph{ font-size: 16px; line-height: 30px; font-family: 'Helvetica'; color: #1d1d1d; font-weight: normal; padding-bottom: 15px; }


.list_style{ width: 100%; padding: 15px 0; }
.list_style li{ width: 100%; display: inline-block; font-size: 16px; line-height: 24px; color:#1d1d1d; padding: 10px; padding-left: 30px; }
.list_style li strong{ font-size: 22px; line-height: 26px; color:#1c5a9e; display: inline-block; margin: 0 0 5px; }
.list_style li:before{ width: 10px; height: 10px; position: absolute; left: 0px; top: 0; background: #1F9AE9;
background: linear-gradient(180deg, rgba(31, 154, 233, 1) 0%, rgba(31, 146, 227, 1) 26%, rgba(30, 120, 207, 1) 48%, rgba(30, 107, 198, 1) 66%, rgba(30, 86, 181, 1) 82%, rgba(29, 57, 159, 1) 100%); border-radius: 100%; content: ""; }

.about_row{ flex-direction: row-reverse;} 
.about_left{ width: 100%; padding: 0 0 0 30px; } 
.about_sec .about_row{ align-items: center;}
.about_rt{ width: 100%; }
.about_imgbox{ width: 100%; text-align: center; position: relative; }
.about_imgbox img{ max-width: 100%; margin-bottom: 10px; }
.exp_box { background: #c91a29; border-radius: 30px; padding: 15px 20px; font-size: 30px; line-height: 35px; color: #fff; position: absolute;
  left: 100px; bottom: -25px; text-align: center; width: 186px; height: 168px; display: flex; align-items: center; justify-content: center; flex-direction: column; font-size: 16px; line-height: 24px; background: #1F9AE9;
background: linear-gradient(180deg, rgba(31, 154, 233, 1) 0%, rgba(31, 146, 227, 1) 26%, rgba(30, 120, 207, 1) 48%, rgba(30, 107, 198, 1) 66%, rgba(30, 86, 181, 1) 82%, rgba(29, 57, 159, 1) 100%); }
.exp_box strong{ font-weight: bold; font-size: 28px; line-height: 32px; }


.about_btm { width: 100%; display: inline-block; }
.mission_box { width: 100%; min-height: 263px; border-radius: 12px; background: #fff; padding: 20px; float: left; margin: 15px 30px 10px 0; font-size: 15px; line-height: 20px;
color: #1d1d1d; box-shadow: 0px 0 3px 3px #f0f0f0; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.mission_box i{ width: 62px; height: 62px; background: #1f99e8; border-radius: 100%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; margin-bottom: 15px; margin: 0 auto 15px; }
.mission_box i img{ max-width: 100%; }
.mission_box strong { padding: 0 0 5px; font-size: 16px; width: 100%; display: inline-block;}



.service_sec{width: 100%; background: #f6f6f9; }

.service_box{ width: 100%; box-shadow: 0 0 16px 1px #f4f2f2; position: relative; background: #fff; padding: 30px; padding-top: 60px; margin: 65px 0 25px 0; border-radius: 10px; }
.service_text{ width: 100%;}
.service_img{ width: 100%; overflow: hidden; border-radius: 10px; position: relative; }
.serv_img{ width: 100%; border-radius: 10px;-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;  }
.service_title{ width: 100%; font-size: 24px; line-height: 30px; text-transform: capitalize; color:#1d1d1d; font-weight: bold; padding: 0; min-height: 64px; }
.service_content{ font-size: 16px; line-height: 28px; color:#1d1d1d; padding: 0 0 15px; min-height: 130px; }

.service_icon{ width: 80px; height: 80px; display: flex; justify-content: center; align-items: center; background: #1F9AE9;
background: linear-gradient(180deg, rgba(31, 154, 233, 1) 0%, rgba(31, 146, 227, 1) 26%, rgba(30, 120, 207, 1) 48%, rgba(30, 107, 198, 1) 66%, rgba(30, 86, 181, 1) 82%, rgba(29, 57, 159, 1) 100%); position: absolute; right: 30px; top: -40px; border-radius: 5px; }
.service_icon img{ max-width: 100%; transition: 0.7s; }
.service_box:hover .service_icon img { transform: rotateY(360deg);}

.service_hvr{ width: 100%; position: absolute; left: 0px; top: 0px; height: 100%; }
.service_box:hover .service_img img{ -webkit-transform: scale(1.1); transform: scale(1.1);}
.view_service{ width: 100%; display: flex; justify-content: center; padding: 45px 0 0; }
.view_service .btn_link{ margin: 0;}

.why_choose{ width: 100%; }
.why_innr{ width: 100%; position: relative; height: 600px; background-size: cover !important; border-radius: 80px 0 80px 0; margin-top: 30px; }
.why_contentrt{ width: 450px; float: right; height: 100%; box-shadow: 0 0 13px 6px #dcddde; position: relative;  border-radius: 130px 0 70px 0; }
.why_contentrt:before{ width: 100%; position: absolute; left: -25px; top: 0; height: 100%; background: #1F9AE9;
background: linear-gradient(180deg, rgba(31, 154, 233, 1) 0%, rgba(31, 146, 227, 1) 26%, rgba(30, 120, 207, 1) 48%, rgba(30, 107, 198, 1) 66%, rgba(30, 86, 181, 1) 82%, rgba(29, 57, 159, 1) 100%); content: ""; border-radius: 130px 0 80px 0; }
.why_content { width: 100%; background: #fff; border-radius: 130px 0 70px 0; position: relative; padding: 70px 25px 45px 35px; height: 100%;}
.why_content .d-flex{ margin: 35px 0; align-items: center; }
.why_content .d-flex .why_heading{ font-size: 18px; line-height: 24px; color:#1d1d1d; font-weight: bold; padding: 0 0 3px; }
.why_content .d-flex .why_text{ font-size: 14px; line-height: 21px; color:#1d1d1d; }
.why_content .d-flex:last-child{ margin-bottom: 0;}
.why_choose .top_sec{ text-align: center; }



.testimonial_sec{ width: 100%; position: relative; background: #ddf9ff; }
.testimonial_sec .container{ position: relative; z-index: 2;}
.testimonial_sec .top_sec{ padding-bottom: 20px; }
/* .testimonial_sec:after{ background: url(../images/line1.png) no-repeat 0 0; width: 440px; height: 270px; background-size: 100%; position: absolute; right: 0; top: 0; content: ""; } */



.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: #005373;
background: linear-gradient(90deg, rgba(0, 83, 115, 1) 0%, rgba(0, 108, 140, 1) 23%, rgba(0, 130, 162, 1) 51%, rgba(0, 163, 195, 1) 100%); }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 15px; }


.get_intouch{ width: 100%; }
.get_intouch_innr {width: 100%; padding: 70px; box-shadow: 0 0 10px 7px #f5f5f5; border-radius: 15px; }
.get_intouch_innr .top_subheading{ margin-bottom: 5px;}
.get_intouch_innr .top_heading{ padding-bottom: 5px;}



.get_box{ width: 100%; display: inline-block; margin: 12px 0; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box select, .get_box textarea{ width: 100%; height: 60px; padding: 0 30px; background: #fff; border: 1px solid #949494; outline: none; font-size: 16px; line-height: 18px; color:#131313; border-radius: 10px; font-family: 'Helvetica';  }
.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="tel"]::placeholder, .get_box textarea::placeholder{ opacity: 1; color:#131313; }
.get_box .btn_link { cursor: pointer; border: none; padding: 15px 60px; outline: none; margin: 0; }
.get_box .btn_link:hover{background: #1e4bac;}
.get_box select{ cursor: pointer;}

.get_sec .row{ margin: 0 -10px; }
.get_sec .col-md-6, .get_sec .col-md-12{ padding: 0 10px;}
.btn_div{ text-align: center;}
.btn_div .btn_link{ margin: 15px 0 0;}

.get_rt{ width: 100%;}
.get_rt .d-flex{ width: 100%; padding: 25px; padding-top: 35px; border: 1px solid #949494; margin: 10px 0 25px 0; border-radius: 10px; min-height: 140px; }
.get_heading{ font-size: 20px; line-height: 25px; font-weight: bold; color:#131313; padding: 0 0 5px; width: 100%; }
.get_text{ font-size: 16px; line-height: 22px; color:#131313; width: 100%; display: inline-block; } 
.get_text a{color:#131313;}
.get_text a:hover{color:#1e4bac;}

.footer_sec{ width: 100%; background: #031040; position: relative; }
.footer_sec .container{ position: relative; z-index: 2; }
.footer_sec:after{ width: 330px; height: 100%; position: absolute; right: 0; top: 0; background: url(../images/ftrbg1.png) no-repeat right bottom; background-size: contain; content: ""; }
.footer_sec:before{ width: 165px; height: 300px; position: absolute; left: 0; bottom: 0; background: url(../images/ftrbg2.png) no-repeat left bottom; background-size: contain; content: ""; }

.footer_top{ width: 100%; }
.footer_top.wrapper { padding: 85px 0 75px 0;}
.footer_box{ width: 100%; }
.footer_heading{ font-size: 20px; line-height: 27px; font-weight: bold; color:#fff; text-transform: capitalize; padding: 0 0 15px; font-family: 'Helvetica'; }
.footer_logo{ display: inline-block; margin-bottom: 10px; }
.footer_logo img{ max-width: 230px;}
.footer_content{ width: 100%; font-size: 16px; line-height: 30px; font-weight: normal; color:#fff; padding: 0 10px 15px 0; font-family: 'Helvetica'; }

.social_box{ width: 100%; display: flex; align-items: center; }
.social_box li{ margin: 0 12px 0 0; float: left; }
.social_box li:last-child{ margin-right: 0px;}
.social_box li a{ display: flex; align-items: center; justify-content: center; color:#fff; font-size: 14px; width: 28px; height: 28px; border-radius: 100%; background: #1F9AE9; background: linear-gradient(180deg, rgba(31, 154, 233, 1) 0%, rgba(31, 146, 227, 1) 26%, rgba(30, 120, 207, 1) 48%, rgba(30, 107, 198, 1) 66%, rgba(30, 86, 181, 1) 82%, rgba(29, 57, 159, 1) 100%); }
.social_box li a:hover{ color:#1e4bac; background: #fff; }



.foot_link li {width: 100%; margin: 0 0 15px; font-size: 16px; line-height: 22px; color: #fff; position: relative; padding: 0 0 0 28px; font-family: 'Helvetica'; font-weight: 400; background: url(../images/bullet.png) no-repeat left top;}
.foot_link li a{color:#fff; }
.foot_link li a:hover{ color:#1f95e5; }

.foot_contact li { width: 100%; margin: 0 0 15px; font-size: 16px; line-height: 22px; color: #fff; position: relative; padding: 3px; padding-left: 40px;}
.foot_contact li a{color:#fff; }
.foot_contact li a:hover{ color:#1f95e5; }
.foot_contact li i{ width: 28px; height: 28px; border-radius: 100%; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 14px; position: absolute; left: 0px; top: 1px; background: #1F9AE9; background: linear-gradient(180deg, rgba(31, 154, 233, 1) 0%, rgba(31, 146, 227, 1) 26%, rgba(30, 120, 207, 1) 48%, rgba(30, 107, 198, 1) 66%, rgba(30, 86, 181, 1) 82%, rgba(29, 57, 159, 1) 100%); }

.footer_box1{width: 22%;}
.footer_box2{width: 27%;}
.footer_box3{width: 23%;}
.footer_box4{width: 28%;}


.footer_btm{ width: 100%; padding: 20px 0; border-top: 1px solid #fff; font-size: 14px; line-height: 16px; font-weight: normal; color:#fff; text-align: center; position: relative; font-family: 'Poppins'; }
.footer_btm a{ color:#fff; }
.footer_btm a:hover{ color:#1f95e5; }

.mobile_btm{ display: none;}
.ndis_logo{ width: 100%; display: inline-block; margin-bottom: 30px; }
.ndis_logo img{ max-width: 100%; }








/*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: #1F99E8;}
.primary-navigation .menu_sec ul li a:hover{background-color: #245594; 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;}



/*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) 100%);  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: 600; z-index: 99; margin-bottom: 3px; text-transform: capitalize; text-shadow: 0 2px 2px #222; }
.breadcrumb-container { width: 100%; color: #1F99E8; 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 {  /* background: rgba(0, 0, 0, 0.7);  position: absolute;  content: "";  top: 0;  right: 0;  bottom: 0;  left: 0; */
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_title {
  color: #1d1d1d;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  font-family: 'Helvetica';
  text-transform: capitalize;
  margin-bottom: 15px;
}
.inner_subtitle {
  color: #1d1d1d;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  font-family: 'Helvetica';
  margin-bottom: 15px;
  text-transform: capitalize;
}
.inner_txt {
  font-size: 16px;
  color: #1d1d1d;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.7em;
  font-family: 'Helvetica';
}
.inner_title strong, .inner_subtitle strong {
  color: #1e6cc6;
}
.inner_title::after, .inner_subtitle::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #1F99E8;
background: linear-gradient(180deg, rgba(31, 153, 232, 1) 0%, rgba(31, 143, 225, 1) 26%, rgba(30, 123, 210, 1) 48%, rgba(30, 100, 192, 1) 66%, rgba(30, 82, 178, 1) 82%, rgba(29, 59, 161, 1) 100%);
}
.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: 80px;
  padding-bottom: 20px;
}
.margin-top{
  margin-top: 40px;
}
.inner_list_txt ul {
  padding: 0;
  margin: 0;
}
.inner_list_txt ul li {
  position: relative;
  padding-left: 25px;;
  background-size: 18px;
  font-size: 16px;
  line-height: 1.7em;
  font-family: 'Helvetica';
  color: #1d1d1d;
  font-weight: normal;
  list-style: none;
  padding-bottom: 6px;
}
.inner_list_txt ul li:before{ position: absolute; left: 0; top: 0; font-size: 20px; font-weight: 900; font-family: "Font Awesome 6 Pro"; content: "\f058"; font-size: 16px; color:#1e6cc6; }
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: #1F99E8;
background: linear-gradient(180deg, rgba(31, 153, 232, 1) 0%, rgba(31, 143, 225, 1) 26%, rgba(30, 123, 210, 1) 48%, rgba(30, 100, 192, 1) 66%, rgba(30, 82, 178, 1) 82%, rgba(29, 59, 161, 1) 100%);
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
}
.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: #ffffff;
}
.breadcrumb-container {
  z-index: 5;
  color:#1F99E8;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #1d1d1d;
}
.sub_heading strong{ color: #1e6cc6;}
.inner_bottm_sec .inner_txt { margin-top: 20px;}
.inner_bottm_sec .inner_txt{ padding: 0 5% 15px;}

.get_left p{ padding: 0;}

.testimonial_bg{ width: 60%; height: 100%; position: absolute; right: 0px; top: 0px; background: #1F9AE9;
background: linear-gradient(180deg, rgba(31, 154, 233, 1) 0%, rgba(31, 146, 227, 1) 26%, rgba(30, 120, 207, 1) 48%, rgba(30, 107, 198, 1) 66%, rgba(30, 86, 181, 1) 82%, rgba(29, 57, 159, 1) 100%); content: ""; clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%); }
.testimonial_bg:after{ width: 100%; height: 100%; position: absolute; right: 0; top: 0; background: url(../images/map.png) no-repeat right top; background-size: contain; content: ""; }

.testimonial_box{ width: 100%; background: #fff; padding: 30px; border-radius: 15px; }
.review{ width: 100%; display: inline-block; margin: 0 0 15px; }
.review img{ width: auto !important; max-width: auto !important;}
.review_text{ font-size: 16px; line-height: 30px; color:#1d1d1d; padding: 0 0 10px; font-weight: normal; min-height: 125px; }
.client_name{ font-size: 16px; line-height: 30px; color:#1d1d1d; font-style: italic; font-weight: normal; }

.sp-testimonial-free-section .sp-testimonial-item{ padding: 10px !important; }
#sp-testimonial-free-wrapper-22 .sp-testimonial-free{ width: 100%; background: #fff !important;; padding: 30px !important;; border-radius: 15px !important; padding-top: 85px !important; box-shadow: 0 0 13px -5px #bfbfbf; }
#sp-testimonial-free-wrapper-22 .sp-testimonial-free:after{ background: url(../images/coma.png) no-repeat 0 0; width: 32px; height: 30px; background-size: 100%; position: absolute; right: 30px; top: 30px; content: ""; }
.sp-testimonial-free-section .sp-testimonial-client-testimonial p{font-size: 16px !important;; line-height: 30px; color:#1d1d1d; padding: 0 0 10px !important; font-weight: normal; min-height: 95px; text-align: left !important; margin: 0 !important;}
#sp-testimonial-free-wrapper-22 .sp-testimonial-free-section .sp-testimonial-client-rating { position: absolute !important; left: 35px !important; top: 60px !important;}
#sp-testimonial-free-wrapper-22 .sp-testimonial-free-section .sp-testimonial-client-testimonial{ margin: 0px !important;}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {
  background: url(../images/prev.png) no-repeat 0 0 !important;
  background-size: 100% !important;
  left: 25px !important;
  right: inherit !important;
  top: 50%;
}
.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
  background: url(../images/next.png) no-repeat 0 0 !important;
  background-size: 100% !important;
  left: inherit !important;
  right: -10px !important;
  top: 50%;
}
#sp-testimonial-free-wrapper-22 .sp-testimonial-free-section .testimonial-nav-arrow {
  width: 36px;
  height: 36px;
  font-size: 0;
  border: none !important;
  transform: translate(-50%, 0%);
}





/* CONTACT US */
.content_page {  width: 100%; padding: 75px 0;}
.get_touch{ width: 100%; background: #fff; padding: 30px; }
.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; }
.get_box .btn_link{ border: none; }
.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:#1c9bdd !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:#131313; opacity: 1; }

.contact_page_heading {
font-size: 36px;
line-height: 1.2;
text-transform: capitalize;
color: #1d1d1d;
padding: 0 0 15px;
font-family: 'Helvetica';
font-weight: bold;
position: relative;
display: inline-block;
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
  background: #1F99E8;
background: linear-gradient(180deg, rgba(31, 153, 232, 1) 0%, rgba(31, 143, 225, 1) 26%, rgba(30, 123, 210, 1) 48%, rgba(30, 100, 192, 1) 66%, rgba(30, 82, 178, 1) 82%, rgba(29, 59, 161, 1) 100%);
}
.contact_page_heading strong {  color: #1e6cc6;}
.contact_page_info {
position: relative;
color: #1d1d1d;
margin-top: 25px;
padding-left: 60px;
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background:#ffffff;
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: #1d1d1d;
}
.contact_page_info {
color: #1d1d1d;
}
.contact-text a:hover{ color:#1F99E8; }

.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;
}
.contact-page input, .contact-page textarea, .contact-page select {
width: 100%;
padding: 0 15px !important;
color: #1d1d1d !important;
text-transform: capitalize;
outline:none;
border-color:#ccc !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: #ffffff !important;
font-weight: normal;
text-align: center;
border-radius:50px;
width: fit-content;
padding:13px 50px !important;
transition:all 0.5s ease;
border: none;
font-family: 'Helvetica';
height: auto;
letter-spacing: 1px;
font-weight: bold;
background: #1F99E8;
  background: linear-gradient(180deg, rgba(31, 153, 232, 1) 0%, rgba(31, 143, 225, 1) 26%, rgba(30, 123, 210, 1) 48%, rgba(30, 100, 192, 1) 66%, rgba(30, 82, 178, 1) 82%, rgba(29, 59, 161, 1) 100%);
}
.contact-page input[type="submit"]:hover {
background-color: #1e4bac;
}
.get_touchSec { padding: 20px 0;}
.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;}
.inner_content { width: 100%; padding:75px 0;}
.reverse{ flex-direction: row-reverse; }


.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: #1d1d1d; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.contact-page input[type="email"]{ text-transform: lowercase; }
.error404 .header_sec{ box-shadow: 0 0 14px -8px #000; }




.sp-testimonial-free-section .sp-testimonial-item{ padding: 10px !important; }
#sp-testimonial-free-wrapper-37 .sp-testimonial-free{ width: 100%; background: #fff !important;; padding: 30px !important;; border-radius: 15px !important; padding-top: 85px !important; box-shadow: 0 0 13px -5px #bfbfbf; }
#sp-testimonial-free-wrapper-37 .sp-testimonial-free:after{ background: url(../images/coma.png) no-repeat 0 0; width: 32px; height: 30px; background-size: 100%; position: absolute; right: 30px; top: 30px; content: ""; }
.sp-testimonial-free-section .sp-testimonial-client-testimonial p{font-size: 16px !important;; line-height: 30px; color:#1d1d1d; padding: 0 0 10px !important; font-weight: normal; min-height: 95px; text-align: left !important; margin: 0 !important;}
#sp-testimonial-free-wrapper-37 .sp-testimonial-free-section .sp-testimonial-client-rating { position: absolute !important; left: 35px !important; top: 60px !important;}
#sp-testimonial-free-wrapper-37 .sp-testimonial-free-section .sp-testimonial-client-testimonial{ margin: 0px !important;}
.sp-testimonial-free-section .sp-testimonial-client-name{ font-style: italic !important; text-align: left !important;}

.get_left .get_box{margin: 12px 0;}
.get_left .get_box textarea { padding: 20px 30px; resize: none; height: 140px;}






/* inner form css here  */
.inner-form-container a {
	text-decoration: none !important;
}

.inner-form-page .inner_txt a {
	text-decoration: none;
}

.inner-form-label {
	font-size: 17px;
	font-weight: 500;
}

.inner-form-label p {
	margin-bottom: 0;
}

.inner-form-input input {
	 width: 100%; height: 45px; background: #fff; padding: 0 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#0d0d0d; font-family: 'Helvetica'; border: 1px solid #ccc;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px; }
.inner-form-input select {
	 width: 100%; height: 45px; background: #fff; padding: 0 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#0d0d0d; font-family: 'Helvetica'; border: 1px solid #ccc;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px;  
}

.inner-form-textarea textarea {
	 width: 100%; height: 100px; background: #fff; padding: 15px 20px; outline: none; font-size: 12px; line-height: 18px; font-weight: normal; color:#0d0d0d; font-family: 'Helvetica'; border: 1px solid #ccc;  background: #fff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; border-radius: 7px; 
}


.inner-form-container {
	margin: 0 0 30px;
	padding: 30px 20px;
	border-radius: 20px;
	box-shadow: 0 0 5px #dfdfdf;
}

.inner-form-heading p {
	margin-bottom: 0;
  padding: 0;
}

.inner-form-heading {
	color: #1d1d1d;
	font-size: 36px;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 24px;
  font-family: 'Helvetica';
}

.inner-form-heading strong {
	color: #1e6cc6;
}

.inner-form-heading::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 12px;
	width: 30px;
	height: 3px;
	background: #1F99E8;
    background: linear-gradient(180deg, rgba(31, 153, 232, 1) 0%, rgba(31, 143, 225, 1) 26%, rgba(30, 123, 210, 1) 48%, rgba(30, 100, 192, 1) 66%, rgba(30, 82, 178, 1) 82%, rgba(29, 59, 161, 1) 100%);
}

.inner-form-radio .wpcf7-list-item {
	display: block;
	margin: 0;
}

.inner-form-text {
	font-size: 17px;
	text-align: center;
	font-weight: 600;
}
.inner-form-page input:focus,.inner-form-page select:focus,.inner-form-page textarea:focus{
	border-color:  #1c9bdd;
}
.inner-form-submit-btn {
	display: flex;
	justify-content: center;
}

.inner-form-submit-btn input[type="submit"] {
font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    width: fit-content;
    padding: 15px 50px;
    transition: all 0.5s ease;
    background: #1F99E8;
    background: linear-gradient(180deg, rgba(31, 153, 232, 1) 0%, rgba(31, 143, 225, 1) 26%, rgba(30, 123, 210, 1) 48%, rgba(30, 100, 192, 1) 66%, rgba(30, 82, 178, 1) 82%, rgba(29, 59, 161, 1) 100%);
}

.inner-form-submit-btn input[type="submit"]:hover {
	background: #1e4bac !important;
  color:#fff;
}

.inner-form-submit-btn .wpcf7-spinner {
	display: none;
}
.inner-form-radio { width: 100%; display: inline-block; padding-bottom: 15px; }
.inner-form-radio .wpcf7-list-item{ position: relative; float: left; margin: 0 15px 0 0; padding: 2px; padding-left: 25px; }
.inner-form-radio input[type="radio"] { border: none; width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; background: url(../images/radio2.png) no-repeat left top 5px; background-size: 18px; }
.inner-form-radio input[type="radio"]:checked{ background: url(../images/radio1.png) no-repeat left top 5px; background-size: 18px; }

.inner-form-label { font-weight: bold;}
.inner-form-label p{ padding: 0 0 5px;}
#sp-testimonial-free-wrapper-37 .tfree-layout-grid .sp-testimonial-item { margin: 10px 0 !important;}
.inner_bottm_sec .inner_txt a{ color:#48b6fd; }

.img_box img{ border-radius: 10px; }
.get_box select { text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}

.service_sec { background: #f6f6f9 !important;}
.service-page .top_sec {text-align: center; padding-bottom: 25px; }
.service-page .service_box{ margin: 15px 0; padding: 20px; }
.service_box p{ padding: 0;}


.inner_bottm_sec .btn_link::before { background-color: #fff;}
.inner_bottm_sec .btn_link:hover { color: #1f92e3;}



/* blog page css  */
.more-link { padding: 12px 30px 12px; border-radius: 30px; text-transform: capitalize; font-weight: bold; color:#fff; display: inline-block; font-family: 'Helvetica'; font-size: 16px; line-height: 24px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; display: block; width: fit-content; background: #1F99E8;
  background: linear-gradient(180deg, rgba(31, 153, 232, 1) 0%, rgba(31, 143, 225, 1) 26%, rgba(30, 123, 210, 1) 48%, rgba(30, 100, 192, 1) 66%, rgba(30, 82, 178, 1) 82%, rgba(29, 59, 161, 1) 100%);}
.more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #1e4bac;
  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:#08121e;}
.blog_sec { width: 100%; padding:65px 0;  display: inline-block; padding-bottom: 120px !important; } 
.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:#08121e; }
.entry-title a:hover, .entry-meta a:hover { color: #1f95e5 !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #1f95e5 !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: 26px; font-family: 'Helvetica'; color: #08121e; font-weight: normal; padding-bottom: 15px;}
.content-sidebar .widget a { color: #08121e; font-size: 15px; line-height: 24px; }

.menu_sec li {margin: 0 0 0 40px;}



 
@media only screen and (min-width: 1400px){
.about_box{ width: 605px;}


}





@media only screen and (max-width: 1199px) {
.top_contact ul li{font-size: 15px;}
.top_social li{font-size: 15px; margin: 0 0 0 12px; }
.headerMain { padding: 12px 0;}
.top-logo { width: 25%;}
.navbar-brand img { max-width: 210px;}
.header-mid { width: 75%;}
.menu_sec li { margin: 0 0 0 30px; font-size: 15px; line-height: 20px;}
.menu_sec li.btn_link a { padding: 13px 35px 17px;}
.banner_box img { min-height: 550px;}
.banTxt .ban_subheading { font-size: 25px; line-height: 30px; margin: 0 0 10px;}
.banTxt .ban_heading, .banTxt h1 { font-size: 40px; line-height: 52px; padding-bottom: 15px;}
.banTxt .ban_content { font-size: 15px; line-height: 24px; margin: 0 0 15px;}
.btn_link {padding: 15px 32px; font-size: 18px; line-height: 24px; margin-top: 5px;}
.ban_btn li { margin: 10px 12px 0 0;}
.banTxt { max-width: 430px; display: inline-block;}
.wrapper { padding: 70px 0;}
.top_subheading { font-size: 18px; line-height: 23px;}
.top_heading, .inner_title, .inner-form-heading { font-size: 32px; line-height: 38px; padding-bottom: 15px;}
.page .entry-title, .blog_page_title{ font-size: 32px; line-height: 38px;}
.inner_subtitle{ font-size: 28px; line-height: 35px; padding-bottom: 15px;}
.top_paragraph, .inner_txt { font-size: 15px; line-height: 24px; padding-bottom: 15px;}
.inner_list_txt ul li{ font-size: 15px; line-height: 24px;}
.exp_box { border-radius: 20px; padding: 12px 15px; font-size: 30px; line-height: 35px; left: 100px; bottom: -25px; width: 170px; height: 160px; font-size: 15px; line-height: 22px; }
.mission_box { min-height: 295px; border-radius: 12px; padding: 15px; margin: 10px 20px 10px 0; font-size: 15px; line-height: 20px; display: inline-block;}
.service_box { padding: 25px; padding-top: 45px; margin: 55px 0 20px 0; border-radius: 10px;}
.service_title { font-size: 21px; line-height: 26px; min-height: 62px;}
.service_icon { width: 72px; height: 72px; right: 20px; top: -36px;}
.service_icon img { max-width: 50px;}
.service_content { font-size: 15px; line-height: 24px; padding: 0 0 15px; min-height: 135px;}
.wrapper.service_sec { padding-bottom: 55px;}
.why_contentrt { width: 390px; border-radius: 90px 0 60px 0;}
.why_contentrt::before{border-radius: 90px 0 60px 0; left: -20px; }
.why_content{border-radius: 90px 0 60px 0; padding: 50px 25px 30px 25px; }
.why_content .d-flex { margin: 10px 0 25px 0;}
.why_content .d-flex .why_heading { font-size: 16px; line-height: 22px;}
.why_innr { height: 550px; border-radius: 70px 0 70px 0; margin-top: 25px;}
.testimonial_sec .top_sec { padding-bottom: 10px;}
#sp-testimonial-free-wrapper-22 .sp-testimonial-free { padding: 25px !important; border-radius: 15px !important; padding-top: 75px !important;}
.sp-testimonial-free-section .sp-testimonial-client-testimonial p { font-size: 15px !important; line-height: 24px !important; min-height: 90px; }
#sp-testimonial-free-wrapper-22 .sp-testimonial-free-section .sp-testimonial-client-rating { top: 52px !important;}
.get_intouch_innr { padding: 40px;}
.get_left .get_box { margin: 10px 0;}
.get_rt .d-flex { padding: 15px; padding-top: 25px; margin: 10px 0 20px 0; border-radius: 10px; min-height: 130px;}
.get_heading { font-size: 18px; line-height: 23px;}
.get_text { font-size: 15px; line-height: 20px;}
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box select, .get_box textarea { height: 55px; padding: 0 20px; font-size: 15px;
  line-height: 18px;
}
.get_left .get_box textarea { padding: 15px 20px; resize: none; height: 130px;}
.get_rt .d-flex .flex-shrink-0 img{ max-width: 34px; }
.footer_top.wrapper { padding: 70px 0 50px 0;}
.footer_logo img { max-width: 180px;}
.footer_content { font-size: 15px; line-height: 24px;  padding: 0 7px 12px 0;}
.footer_heading { font-size: 18px; line-height: 25px; padding: 0 0 15px;}
.foot_link li { margin: 0 0 12px; font-size: 15px; line-height: 21px; padding: 0 0 0 23px; background-size: 16px;}
.foot_contact li { margin: 0 0 12px; font-size: 15px; line-height: 21px; padding: 3px; padding-left: 36px;}
.footer_btm { padding: 15px 0; font-size: 13px; line-height: 14px;}
.toparww { font-size: 21px; width: 42px; height: 42px;}

.page .entry-header, .blog_page_header { padding: 180px 0 140px !important;}

.view_service {padding: 25px 0 0;}
	
	
/* 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: 26px !important; line-height: 1.2em; }
.blog .main-content, .single .content-area { padding: 60px 0;}






}


@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: #1F99E8;
  background: linear-gradient(180deg, rgba(31, 153, 232, 1) 0%, rgba(31, 143, 225, 1) 26%, rgba(30, 123, 210, 1) 48%, rgba(30, 100, 192, 1) 66%, rgba(30, 82, 178, 1) 82%, rgba(29, 59, 161, 1) 100%);}
.footer_btn2 {  background:#fff;  position: absolute;  top: 4px;  left: 50%;  transform: translate(-50%, 0);  height: 44px;  width: 44px;  border-radius:50%;  padding-top: 9px;}
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms;}
.footer_btn1 {  background:#38a8e4;  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;}

.banner_box img { min-height: 450px; }
.banTxt .ban_subheading { font-size: 22px; line-height: 25px; margin: 0 0 10px; }
.banTxt .ban_heading, .banTxt h1 { font-size: 32px; line-height: 38px; padding-bottom: 12px; }
.banTxt { max-width: 360px; }
.btn_link { padding: 13px 24px; font-size: 16px; line-height: 22px; margin-top: 5px; }
.ban_btn li { margin: 5px 8px 0 0; }  
.top_subheading { font-size: 16px; line-height: 20px;}
.top_heading { font-size: 26px; line-height: 30px; padding-bottom: 10px; }

.top_heading, .inner_title { font-size: 26px; line-height: 30px; padding-bottom: 15px;}
.inner_subtitle{ font-size: 24px; line-height: 28px; padding-bottom: 15px;}

.footer_btn2 img {max-width: 22px;}
.footer_btn2 {  padding-top: 7px; }
.footer_btm { font-size: 13px; line-height: 20px; }
.footer_logo img {max-width: 200px; }
.footer_box1 {width: 100%;}
.footer_box {margin: 12px 0;}
.footer_box2, .footer_box3 {width: 32%;}
.footer_box4 {width: 36%;}
.foot_link li { margin: 0 0 10px; font-size: 13px; line-height: 21px; padding: 0 0 0 21px; background-size: 16px; background-position: left top 2px; }
.foot_contact li i {width: 25px; height: 25px; font-size: 12px;}
.foot_contact li { margin: 0 0 10px; font-size: 13px; line-height: 21px; padding: 3px; padding-left: 34px; }
.footer_top.wrapper { padding: 40px 0 30px 0; }

.navbar-brand img {  max-width: 185px; }

.rmp-menu-wrap .btn_link {background: none; border: none; padding: 0; border-radius: 0;}
.rmp-menu-wrap .btn_link:before{ display: none; }
.header_sec.fixed { animation: inherit;}
	
.rmp-container .rmp-menu-title .rmp-menu-title-image {
  width: 175px;
  padding: 10px;
  height: auto;
  border-radius: 5px;
  margin-bottom: 0 !important;
  background: #fff;
}
.rmp-container .btn_link{ background: none; padding: 0px; border-radius: 0; }
.rmp-container .btn_link:before{ display: none; }
.rmp-container .btn_link a{ text-transform: capitalize; }	
    
/* 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%; }
.single .entry-content p, .entry-summary p, .service_content { font-size: 15px; line-height: 24px;  padding-bottom: 12px; }    
	
} 
 
 
@media only screen and (max-width: 991px) {
.wrapper { padding: 50px 0; }
.about_left { width: 100%; padding: 0;}
.btn_link { padding: 11px 20px; font-size: 15px; line-height: 21px; margin-top: 5px; }
.mission_box { min-height: 230px; }
.about_rt {margin-top: 20px;}
.wrapper.about_sec { padding-bottom: 85px;}
.service_title { font-size: 20px; line-height: 24px; min-height: 55px; }
.service_content { min-height: 115px;}
.service_box { padding: 15px; padding-top: 35px; margin: 45px 0 20px 0; }
.wrapper.service_sec { padding-bottom: 45px; }
.why_contentrt { width: 330px; border-radius: 90px 0 60px 0; }
.why_contentrt::before { border-radius: 90px 0 60px 0; left: -12px; }
.why_content { border-radius: 90px 0 60px 0; padding: 30px 20px 30px 25px; }
.why_content .d-flex .flex-shrink-0 img{ max-width: 50px;}
.why_content .d-flex .why_heading { font-size: 15px; line-height: 21px;}
.why_content .d-flex .why_text {font-size: 13px; line-height: 20px;}
.why_content .d-flex { margin: 10px 0 18px 0; }  
.why_innr { height: 500px; border-radius: 70px 0 70px 0; margin-top: 25px; background-position: 30% center !important; }  
.get_intouch_innr { padding: 25px; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box select, .get_box textarea { height: 50px; padding: 0 15px; font-size: 15px;
line-height: 16px;} 
.get_left .get_box textarea { padding: 15px; height: 115px;}
.get_left .get_box { margin: 7px 0;}
.get_rt .d-flex { padding: 15px; padding-top: 25px; margin: 15px 0 15px 0; border-radius: 8px; min-height: auto; }

.page .entry-header, .blog_page_header { padding: 140px 0 100px !important;}
.core-box { min-height: 360px;margin: 15px 0;}
.margin-top {margin-top: 30px;}
.inner-form-container { margin: 0 0 25px; padding: 20px 15px; border-radius: 12px;}
.wrapper.about_sec { padding-bottom: 65px; }
.contact-text {font-size: 15px; line-height: 1.6rem;}
.contact-page textarea {height: 110px !important; padding: 15px !important;}
.contact-page input[type="submit"]{padding: 12px 40px !important; font-size: 15px; line-height: 24px; }
.inner-form-label { font-size: 15px;}

.view_service {padding:15px 0 0;}
	
	
.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;}
  
	
	
	
} 

 
@media only screen and (max-width: 767px){
.container{max-width: 100%;}

.banTxt .ban_subheading {font-size: 18px; line-height: 20px; margin: 0 0 10px; }
.banTxt .ban_heading, .banTxt h1 { font-size: 26px; line-height: 32px; padding-bottom: 10px; }
.banTxt .ban_content { font-size: 14px; line-height: 22px; margin: 0 0 15px; }
.banTxt { max-width: 304px; }
.btn_link { padding: 11px 24px; font-size: 14px; line-height: 21px; margin-top: 5px; }
.banner_box img { min-height: 390px; }
.headerMain { padding: 10px 0; }
.wrapper { padding: 40px 0;}

.mission_box { min-height: 245px; }
.about_imgbox {width: 500px; margin: 0 auto;}
.wrapper.about_sec { padding-bottom: 75px; }
.top_heading, .inner_title, .inner-form-heading { font-size: 24px; line-height: 1.8rem; padding-bottom: 10px; }
.page .entry-title, .blog_page_title{ font-size: 24px; line-height: 1.8rem;}
.inner_subtitle{ font-size: 20px; line-height: 26px; padding-bottom: 15px;}


.service_icon { width: 65px; height: 65px; right: 16px; top: -45px; }
.service_icon img { max-width: 42px; }
.service_title { font-size: 18px; line-height: 22px; min-height: 50px; }
.service_content { min-height: 140px; }
.wrapper.service_sec { padding-bottom: 35px; }
.get_intouch_innr { padding: 20px; }
.footer_sec::before {width: 150px;height: 284px; background-size: 100%;}
.footer_sec::after {width: 214px; height: 300px; background-size: 100%;}
.top_subheading { letter-spacing: 1px;}
.footer_fixed_buttons { font-size: 14px;}
.footer_box4 { width: 42%; }
.footer_box2, .footer_box3 { width: 29%; }
.why_innr { background-position: 45% center !important; }
.service_icon { width: 60px; height: 60px; right: 16px; top: -32px; }

.core-box { min-height: auto; margin: 10px 0;}
.img_box img { width: 100%;}
.margin-top {margin-top: 25px;}
.inner_bottm_sec .inner_txt {padding: 0 0 15px;}
.page .entry-header, .blog_page_header { background-position: 45% center !important;}

.contact_right { padding: 20px 20px 0;}
.contact_left {margin-top: 25px;}
.contact-page input[type="submit"] { font-size: 15px; line-height: 24px; padding: 11px 32px !important;}
#sp-testimonial-free-wrapper-37 .tfree-layout-grid .sp-testimonial-item { margin: 5px 0 !important;}
.wrapper.about_sec { padding-bottom: 50px; }
.contact-text {font-size: 15px; line-height: 1.6rem;}
.inner-form-label { font-size: 15px;}

/* 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; }
	
	
	
}


@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: 640px){ 
.footer_box4 { width: 100%; }
.footer_box2, .footer_box3 { width: 100%; }


} 


@media only screen and (max-width: 575px){ 
.service_title { font-size: 18px;  line-height: 22px;  min-height: auto; padding: 0 0 10px; }
.service_content { min-height: auto; }
.service_box { padding: 15px; padding-top: 35px;  margin: 35px 0 20px 0; }
.wrapper.service_sec {  padding-bottom: 30px; }
.top_heading, .inner_title, .inner-form-heading { font-size: 22px; line-height: 1.7rem; padding-bottom: 10px;}
.why_contentrt { width: 100%; }
.why_innr { background: none !important; padding: 0 0 0 15px; height: auto; }
.why_contentrt{ height: auto; }
.mission_box { min-height: auto; padding: 35px 30px; }
.why_content{ height: auto;}
.why_choose {width: 100%; display: inline-block;}
.banTxt .ban_heading, .banTxt h1 { font-size: 21px; line-height: 27px; padding-bottom: 10px; }
.banTxt .ban_subheading { font-size: 16px; line-height: 18px; margin: 0 0 10px; }
.banTxt .ban_content{ display: none;}
.btn_link { padding: 9px 20px; font-size: 13px; line-height: 20px; margin-top: 5px;}
.banTxt .ban_call {letter-spacing: 1px;}
.banner_box img { min-height: 300px; }
.about_imgbox { width: 280px; }
.exp_box { border-radius: 10px;  padding: 10px 12px; font-size: 30px;  line-height: 35px; left: 45px; bottom: -12px; width: 149px; height: 130px; font-size: 15px;   line-height: 22px; font-size: 12px;}
.exp_box strong {font-weight: bold; font-size: 23px; line-height: 27px;}
.exp_box img{ max-width: 42px; }
.wrapper.about_sec { padding-bottom: 50px; }
.top_heading, .inner_title { font-size: 20px; line-height: 1.6rem; padding-bottom: 10px;  }
.inner_subtitle{ font-size: 19px; line-height: 25px; padding-bottom: 15px;}

#sp-testimonial-free-wrapper-22 .sp-testimonial-free-section {margin: 0 !important;}
#sp-testimonial-free-wrapper-22 .sp-testimonial-free-section .testimonial-nav-arrow {width: 30px; height: 30px;}
.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {left: 17px !important;}
.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {right: -12px !important;}
.get_rt .d-flex {  padding: 12px; padding-top: 18px; margin: 15px 0 15px 0; }
 .get_rt .d-flex .flex-shrink-0 img { max-width: 25px; }
.get_heading { font-size: 15px; line-height: 17px; padding: 0 0 2px;}
.get_text { font-size: 13px; line-height: 18px;}
.get_intouch_innr { padding: 15px; }
 .get_rt .d-flex .ms-3 {margin-left: 8px !important;}
.footer_content { font-size: 15px; line-height: 24px; padding: 0 0 12px 0; }
.foot_link li { font-size: 14px; line-height: 22px; }
.foot_contact li { font-size: 14px; }
.toparww {  font-size: 16px; width: 35px; height: 35px; right: 6px; }
.toparww_main.fixed .toparww {bottom: 26px;}
.get_box .btn_link {padding: 15px 40px;}
.testimonial_bg { width: 28%; clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%);}
.testimonial_sec .top_subheading {  padding-right: 15%; }

.page .entry-header, .blog_page_header { padding: 80px 0 60px !important; }
.inner-form-container { margin: 0 0 20px; padding: 15px 5px; border-radius: 10px; }
.contact-img { width: 40px; height: 40px;}
.contact_page_info { margin-top: 20px; padding-left: 52px;}
.exp_box { padding: 10px 12px; width: 130px; height: 120px; }
.core-box img { width: 70px;}

.service-page .top_sec {text-align: center; padding-bottom: 15px; }
.service-page .service_box{ margin: 10px 0; padding: 15px; }

/* 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;}




} 

@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;}

	
}
