body{ padding: 0px; margin: 0px; list-style: none; font: normal 14px/18px 'Roboto', sans-serif; color:#000; }
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;}

/*font-family: 'Poppins', sans-serif;*/

a{  -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}



/*header*/
.header_sec{ width: 100%; position: relative; position: relative; }
.top_headr{ width: 100%; display: inline-block; text-align: center; background: #2f2e2e; padding: 12px 0; }
.top_headr ul{ display: inline-block; }
.top_headr ul li{ display: inline-block; margin-left: 15px; color:#fff; position: relative; padding-left: 21px; }
.top_headr ul li:first-child{ margin-left: 0px; }
.top_headr ul li a{ color:#fff; }
.top_headr ul li i{ color:#7c6540; position: absolute; left: 0px; top: 2px; }



.menu_top{ width: 100%; display: inline-block; padding: 26px 0; }
.nav_top{ padding: 0px; margin: 0px; z-index: 6; }
.nav_top .navbar-brand{ width: auto; padding: 0px; margin: 0px; position: absolute; left: 0px; top: -12px; }
.nav_top .navbar-brand img{ max-width: 100%; }
.menu_sec { padding-right: 108px; }
.menu_sec li{ font: 500 14px/20px 'Poppins', sans-serif; color: #2b2b2b; padding: 0; margin-left: 40px; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a{ display: inline-block; padding: 8px 0; color: #2b2b2b; text-transform: capitalize; position: relative; }
.menu_sec li a:hover{ color:#2b2b2b; }
.menu_sec li.select a{ font-weight: 700; }
.menu_sec li a:before{ width: 0px; height: 4px; position: absolute; left: 0px; bottom: 0px; background: #bc2313; border-radius: 5px; content: "";  -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out; }
.menu_sec li a:hover:before{ width: 100%; }
.menu_sec li.select a:before{ width: 100%; }


.social_media{ width: auto; position: absolute; right: 0px; top: 16px; }
.social_media li{ margin-left: 22px; font-size: 18px; float: left; }
.social_media li:first-child{ margin-left: 0px; }
.social_media li a{ color:#171717; }
.social_media li a:hover{ color:#bc2313; }


.bannersecs{ width: 100%;  position: relative;}
.bannerItm{ width: 100%; position: relative;}
.bannerItm img{ width:100%; object-fit:cover; height: 610px; }
.bantext{ position: absolute; top: 50%; left: 50%; width: 100%;
-ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%);
}
.ban_box{ width: 530px; display: inline-block; }
.ban_box h5{ font: 500 14px/21px 'Poppins', sans-serif; color: #fff; position: relative; }
.ban_box h5 span{ padding-left: 60px; position: relative; }
.ban_box h5 span:before{ width: 42px; height: 2px; background: #fff; position: absolute; left: 0px; top: 9px; content: ""; }
.ban_box strong{ font: 700 35px/48px 'Poppins', sans-serif; color: #fff; width: 100%; display: inline-block; padding: 15px 0 0; }
.ban_box strong em{ font-style: normal; font-weight: 300; }
.ban_box p{ font: 400 14px/27px 'Poppins', sans-serif; color: #fff; padding: 12px 0 0; }
.ban_box ul{ width: 100%; display: inline-block; margin: 10px 0 0; }
.ban_box ul li{ float: left; margin: 10px 10px 0 0; }
.ban_box ul li:last-child{ margin-right: 0px; }
.ban_box ul li a{ width: auto; padding: 15px 26px; font: 400 14px/16px 'Poppins', sans-serif; color: #fff; text-transform: capitalize; border-radius: 6px; display: inline-block; 
 text-align: center; border: 1px solid #fff;  }
.ban_box ul li.view_link a{ background: url(../images/arrow.png) no-repeat right 18px center #bc2313; border-color:#bc2313; padding-right: 60px; }
.ban_box ul li.about_link a:hover{ background: #bc2313; border-color:#bc2313; }
 
a.contact_link:hover{ background: #98cc54; color:#fff; }

.banner_arrow{ width: 114px; position: absolute; left: 50%; bottom: -36px; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); z-index: 9; }
.banner_arrow img{ max-width: 100%; }
.navbar-nav.menu_sec {margin: 10px 0 0px;}

.opening_part{ width: 100%; background: url(../images/opening_image.jpg) no-repeat 0 0; background-size: cover; padding: 40px 0; }
.opening_part_content{ width: 100%; display: inline-block; }
.opening_part_content h5{ font: 500 14px/21px 'Poppins', sans-serif; color: #1f1505; position: relative; }
.opening_part_content h5 span{ padding-left: 60px; position: relative; }
.opening_part_content h5 span:before{ width: 42px; height: 2px; background: #d1b583; position: absolute; left: 0px; top: 9px; content: ""; }
.opening_part_content h2{ font: 700 28px/34px 'Poppins', sans-serif; color: #1b2b41; padding: 15px 0 0; }
.opening_part_content p{ font: 400 14px/24px 'Poppins', sans-serif; color: #5d636d; padding: 15px 0 0; }
.opening_part_content a{ width: auto; padding: 15px 26px; font: 400 14px/16px 'Poppins', sans-serif; color: #fff; text-transform: capitalize; border-radius: 6px; display: inline-block; 
background: url(../images/arrow.png) no-repeat right 18px center #bc2313;  padding-right: 60px; margin-top: 20px; }
.opening_part_content a:hover{ background: url(../images/arrow.png) no-repeat right 18px center #1b2b41; }

.opening_image_right{ width: 100%; display: inline-block; margin-top: -90px; }
.opening_image{ width: 100%; }
.opening_image img{ width: 100%; }

.global_text{ width: 100%; display: inline-block; text-align: center; }
.global_text h1, .global_text h2{ font: 700 35px/40px 'Poppins', sans-serif; color: #1b2b41; }
.global_text p{ font: 400 14px/24px 'Poppins', sans-serif; color: #5d636d; padding: 15px 0 0; }
.opening_part .global_text{ margin-top: 40px; }

.service_main{ width: 100%; }
.service_inner{ width: 100%; position: relative; }
.service_inner img{ width: 100%; }
.service_content{ width: 100%; position: absolute; left: 0px; bottom: 0px; padding: 10px; background: rgba(0, 0, 0, 0.55);  -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}
.service_content h5{ font: 600 16px/20px 'Poppins', sans-serif; color: #fff; }
.service_content p{ font: 400 12px/20px 'Open Sans', sans-serif; color: #fff; padding-top: 8px; }
.service_inner:hover .service_content{ background: rgba(205, 44, 26, 0.89); }
.service_main .owl-prev{ width: 73px; height: 89px; position: absolute; left: 0px; top: 50%; z-index: 9; font-size: 0px; background: url(../images/left.png) no-repeat 0 0;
background-size: 100%; -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
 	transform: translate(0,-50%);}
.service_main .owl-next{ width: 73px; height: 89px; position: absolute; right: 0px; top: 50%; z-index: 9; font-size: 0px; background: url(../images/right.png) no-repeat 0 0;
background-size: 100%;  -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
 	transform: translate(0,-50%);}

.gallery_main{ width: 100%; background: url(../images/gallery_main.jpg) no-repeat 0 0; background-size: cover; padding: 40px 0; }
.image_gallery{  width: 100%; margin-top: 20px; }
.image_gallery_box{ width: 100%; margin-top: 10px; }
.image_gallery_box img{ width: 100%; object-fit: cover; }
.image_gallery_box a{ width: 100%; }
.image_gallery .row{ margin: 0 -5px; }
.image_gallery .col-lg-8, .image_gallery .col-lg-5, .image_gallery .col-lg-7, .image_gallery .col-lg-4{ padding: 0 5px; }
.img1 img{ height: 310px; }
.img2 img, .img3 img{ height: 530px; }
.img4 img, .img5 img{ height: 419px; }

.blog_main{ width: 100%; padding: 0 0 40px; }
.blog_inner{ width: 100%; margin-top: 30px; display: inline-block; text-align: left; }
.blog_inner img{ width: 100%; border-radius: 5px; }
.blog_content{ width: 100%; padding: 10px 0 0; }
.blog_content h4{ font: 700 18px/24px 'Poppins', sans-serif; color: #1b2b41; padding-top: 12px;  }
.blog_content h4 a{color: #1b2b41;}
.blog_content h5{ font: 400 15px/20px 'Open Sans', sans-serif; color: #000; padding-top: 10px; }
.blog_content p{ font: 400 12px/23px 'Open Sans', sans-serif; color: #000; padding-top: 10px;  }
.blog_content a.read{ font: 700 12px/23px 'Open Sans', sans-serif; color: #000; margin-top: 10px; display: inline-block; letter-spacing: 1px; }
.blog_content a.read:hover{ color:#ab1909; }

.client_main{ width: 100%; padding: 40px 0; background: #f9f9f9; }
.client_box {  width: 100%; padding: 154px 0 0; }
.client_box .media img{ width: 71px !important; border-radius: 100%; margin-right: 14px; }
.client_box .media-body h5{ font: 700 15px/24px 'Poppins', sans-serif; color: #2d3236; }
.client_box .media-body p{ font: 300 12px/15px 'Poppins', sans-serif; color: #6a7580; padding-bottom: 10px;}
.client_box .media{ align-items: center; }
.client_inner{ width: 100%; padding: 0 200px; margin-top: 50px; }

.client_para{ width: 800px; padding: 0 0 30px; opacity: 0; visibility: hidden; display: inline-block; position: absolute; left: 50%; top: 0px; margin-left: -400px;
text-align: center; }
.client_para p{ font: 400 16px/27px 'Poppins', sans-serif; color: #40464b; max-width: 90%; margin: auto; }
.owl-carousel .owl-item.active.center .client_para{  opacity: 1; visibility: visible;}
.client_main .owl-prev{ width: 25px; height: 17px; position: absolute; left: -90px; top: 50%; z-index: 9; font-size: 0px; background: url(../images/left2.png) no-repeat 0 0;
background-size: 100%; -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
 	transform: translate(0,-50%);}
.client_main .owl-next{ width: 25px; height: 17px; position: absolute; right: -90px; top: 50%; z-index: 9; font-size: 0px; background: url(../images/right2.png) no-repeat 0 0;
background-size: 100%;  -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
 	transform: translate(0,-50%);}

.client_box .media img {
  filter: grayscale(100%);
}
.owl-carousel .owl-item.active.center .client_box .media img {
  filter: grayscale(0);
}
.image_gallery_box{ overflow: hidden; }
.image_gallery_box img{  -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}
.image_gallery_box:hover img{ -webkit-transform: scale(1.1); transform: scale(1.1);}

.contact_main{ width: 100%; background: #83abcf; }
.map{ width: 100%; }
.map iframe{ width: 100%; height: 640px; float: left; }
.contact_right{ width: 100%; padding: 32px 0 0 32px; background: url(../images/contact_image.jpg) no-repeat 0 0; background-size: cover; display: inline-block; }
.contact_right_main{ width: 480px; float: left; }
.contact_right_main h3{ font: 700 26px/32px 'Poppins', sans-serif; color: #fff; }
.contact_right_main p{ font: 400 12px/20px 'Open Sans', sans-serif; color: #fff; padding-top: 12px; }
.contact_right_main ul{ width: 100%; padding: 10px 0 0; display: inline-block; }
.contact_right_main ul li{ width: 100%; padding: 10px 0 0; display: inline-block; position: relative;  font: 500 15px/20px 'Poppins', sans-serif; color: #fff; padding-left: 32px; }
.contact_right_main ul li a{ color: #fff; }
.contact_right_main ul li:nth-child(1){ background: url(../images/call.png) no-repeat left top 12px; }
.contact_right_main ul li:nth-child(2){ background: url(../images/mail.png) no-repeat left top 12px; }
.contact_right_main ul li:nth-child(3){ background: url(../images/map.png) no-repeat left top 12px; }
.contact_right_main h4{ font: 700 16px/20px 'Poppins', sans-serif; color: #fff; padding: 22px 0 0; }
.contact_right_main input[type="text"], .contact_right_main input[type="tel"], .contact_right_main input[type="email"], .contact_right_main textarea{ width: 100%; height: 45px; padding: 0px; outline: none; background: none; -webkit-appearance: none; font: 600 13.47px/16px 'Open Sans', sans-serif; color: #fff; border: none; border-bottom: 1px solid #fff; display: inline-block; margin-top: 15px; }
.contact_right_main textarea{ height: 70px; resize: none; padding: 10px 0; }
.contact_right_main input[type="text"]::placeholder, .contact_right_main input[type="tel"]::placeholder, .contact_right_main input[type="email"]::placeholder, .contact_right_main textarea::placeholder{ opacity: 0.54; color:#fff; }
.contact_right_main input[type="submit"]{ width: 114px; height: 35px; background: url(../images/arrow2.png) no-repeat right 12px center #fff; border-radius: 8px; font: 600 11.89px/34px 'Poppins', sans-serif; color: #000; padding: 0 40px 0 14px; letter-spacing: 1px; margin-top: 30px; outline: none; -webkit-appearance: none; display: inline-block; border: none; cursor: pointer; }


.footer_main{ width: 100%; background: #212121;}
.footer_inner{ width: 100%; display: inline-block; }
.footer_inner p{ font: 400 12px/21px 'Poppins', sans-serif; color: #fff; }
.footer_inner h4{ font: 700 15px/18px 'Poppins', sans-serif; color: #fff; padding-bottom: 20px; }
.footer_inner ul.quick_link{ width: 100%; display: inline-block; }
.footer_inner ul.quick_link li{ width: 50%; float: left; font: 500 12px/20px 'Poppins', sans-serif; color: #fff; margin-bottom: 8px; }
.footer_inner ul.quick_link li a{ color:#fff; }
.footer_inner ul.quick_link li:last-child{ border-bottom: none; }
.footer_inner ul.quick_link li a:hover{ color:#bc2313; }

.footer_inner ul.contact_list{ width: 100%; padding: 0; display: inline-block; }
.footer_inner ul.contact_list li{ width: 100%; padding:5px; padding-left: 40px; display: inline-block; position: relative;  font: 500 12px/20px 'Poppins', sans-serif; color: #fff; 
margin-bottom: 10px; }
.footer_inner ul.contact_list li a{ color: #fff; }
.footer_inner ul.contact_list li:nth-child(1){ background: url(../images/call.png) no-repeat left top 8px; }
.footer_inner ul.contact_list li:nth-child(2){ background: url(../images/mail.png) no-repeat left top 8px; }
.footer_inner ul.contact_list li:nth-child(3){ background: url(../images/map.png) no-repeat left top 8px; }
.footer_inner ul.contact_list li a:hover{ color:#bc2313; }


.newsletter{ width: 100%; display: inline-block; margin-top: 15px; border: 1px solid #fff; border-radius: 3px; }
.newsletter input[type="email"]{ width: 83%; float: left; height: 32px; border: none; outline: none; -webkit-appearance: none; font: 400 10px/32px 'Poppins', sans-serif; color: #fff; background: none; padding: 0 15px; }
.newsletter input[type="submit"]{ width: 17%; float: right; height: 32px; border: none; outline: none; -webkit-appearance: none; background: url(../images/arrow2.png) no-repeat center center #fff; border-radius: 3px; cursor: pointer; padding: 0px; }

.footer_up{ width: 100%;  padding: 45px 0; }
.footer_down{ width: 100%; text-align: center; background: #000; padding: 15px 0; }
.footer_down p{ font: 400 13px/32px 'Poppins', sans-serif; color: #fff; }
.footer_down p a{ color:#fff; font-weight: 700; }



/*--------------------------------Blog--------------------------------------*/
.blog_main_page.blog_main{ padding: 62px 0; background: url(../images/blog_image.jpg) no-repeat 0 0; background-size: cover; } 
.inner_page_banner .bannerItm img{ height: 425px; text-align: center; }
.inner_page_banner .bannerItm h1{ font: 700 60px/65px 'Poppins', sans-serif; color: #fff; }
.inner_page_banner .ban_box{ width: 100%; }
.inner_page_banner .bantext { text-align: center; }
.blog_main_page .blog_content{ padding: 0px; }
.blog_main_page .blog_inner{ padding: 20px; border: 1px solid #c6c6c6; }
.blog_main_page p a { color: #ab1909;}

.pagination{ width: 100%; display: inline-block; padding: 90px 0 0; }
.pagination ul{ display: inline-block; }
.pagination ul li{ float: left; margin-left: 10px; }
.pagination ul li a{ width: 50px; height: 50px; text-align: center; border: 1px solid #626262; display: inline-block; font: 600 18px/48px 'Open Sans', sans-serif; color: #000; }
.pagination ul li span.current{ width: 50px; height: 50px; text-align: center; border: 1px solid #000; background: #000; display: inline-block; font: 600 18px/48px 'Open Sans', sans-serif; color: #fff; }
.pagination ul li:first-child{ margin-left: 0px; }
.pagination ul li a:hover{ background: #000; color:#fff; }
.pagination ul li.select{ background: #000; color:#fff; }

.sales_page .global_text{ padding: 0 0 50px; }



/*--------------------------------services--------------------------------------*/
.service_row{ margin-top: 45px; }
.service_img{ width: 100%; }
.service_img img{ width: 100%; }
.service_right{ width: 100%;/* padding: 25px 0 0;*/ text-align: left; }
.service_right h3{ font: 700 25px/30px 'Poppins', sans-serif; color:#1b2b41; }
.service_right li, .service_right p{ font: 400 16px/24px 'Poppins', sans-serif; color:#1b2b41; padding-top: 15px; }
.service_row:nth-child(odd){ flex-direction: row-reverse; }
.blog_main_page.blog_main.service_page{ background-size: 100%; }



/*--------------------------------story--------------------------------------*/
.story:nth-child(odd){ flex-direction: row-reverse; }
.story .service_row { align-items: center; flex-direction: row; }
.service_img_main { margin: 0 -9px; }
.service_img_main .col-sm-6{ padding: 0 9px; }
.story .service_right h3{ position: relative; padding-top: 20px; }
.story .service_right h3:before{ width: 43px; height: 2px; background: #d1b583; position: absolute; left: 0px; top: 0px; content: ""; }


.procedure_main{ width: 100%; text-align: left; width: 100%; padding: 100px 0; background-attachment: fixed !important; background-size: cover !important; }
.procedure_main h2{ position: relative; padding-top: 16px; font: 700 28px/32px 'Poppins', sans-serif; color:#bc2313; }
.procedure_main h2::before {
  width: 43px;
  height: 2px;
  background: #d1b583;
  position: absolute;
  left:0;
  top: 0px;
  content: "";
 
}
.procedure_main ul{ width: 100%; display: inline-block; }
.procedure_main ul li{ font: 400 14px/24px 'Open Sans', sans-serif; color:#d6e1f4; margin-top: 14px; padding-left: 30px; position: relative; width: 100%; display: inline-block; }
.procedure_main ul li:before{ width: 9px; height: 9px; background: #d1b583; position: absolute; left: 0px; top: 8px; content: ""; border-radius: 100%; }

.mission_main{ width: 100%; background: url(../images/missionbg.jpg) no-repeat 0 0; background-size: cover; padding: 110px 0; }
.mission_box{ width: 100%; }
.mission_box img{ width: 100%; }
.mission_text{ width: 100%; padding: 30px 20px; background: #fff; }
.mission_text h3{ position: relative; padding-top: 20px; font: 700 28px/32px 'Poppins', sans-serif; color:#1b2b41; }
.mission_text h3:before{ width: 43px; height: 1px; background: #d1b583; position: absolute; left: 0px; top: 0px; content: ""; }
.mission_text p{ font: 400 14px/24px 'Open Sans', sans-serif; color:#5d636d; padding-top: 15px; }

.project_inner{ width: 100%; margin-top: 50px; }
.project_inner h3{ position: relative; padding-top: 20px; font: 700 28px/32px 'Poppins', sans-serif; color:#1b2b41; text-align: left; margin-bottom: 10px; }
.project_inner h3:before{ width: 43px; height: 1px; background: #d1b583; position: absolute; left: 0px; top: 0px; content: ""; }
.project_box{ width: 100%; margin-top: 30px; background: url(../images/project_image.jpg) no-repeat 0 0; background-size: cover; position: relative; height: 160px; 
box-shadow: 6px 4px 10px -1px #bebdbd; text-align: center; padding: 10px; }
.project_box_inner{ width: 100%; padding:0 10px; 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%);
}
.project_box_inner h4{ font: 600 20px/24px 'Poppins', sans-serif; color:#bc2313; }
.project_box_inner h5{ font: 600 20px/24px 'Open Sans', sans-serif; color:#434242; position: relative; }
.project_box_inner h5 span{ display: inline-block; padding: 5px 15px; margin-top: 10px; border-top: 1px solid #7d7d7d; border-bottom: 1px solid #7d7d7d; }




/*--------------------------------blog_details--------------------------------------*/
.blog_details_page .blog_content img.blog_image{width: 100%; margin-bottom: 10px; }
.blog_details_page.blog_main_page .blog_content{ text-align: left; }
.blog_details_page .blog_content h4{ font-size: 25px; line-height: 30px; }
.blog_details_page .blog_content h5{ font-size: 14px; line-height: 18px; }
.blog_details_page .blog_content p{ font-size: 16px; line-height: 26px; color:#1b2b41; padding-top: 15px; }

.comments_main{ width: 100%; display: inline-block; padding: 60px 0 40px 0; text-align: left; }
.comments_main h2{ font: 700 28px/32px 'Poppins', sans-serif; color:#1b2b41; }
.comments_main .media{ margin-top: 40px; }
.comments_main .media img{ width: 188px; }
.comments_main .media-body h5{ font: 400 22px/25px 'Poppins', sans-serif; color:#1b2b41; text-transform: capitalize; } 
.comments_main .media-body h6{ font: 400 14px/20px 'Poppins', sans-serif; color:#1b2b41; padding: 6px 0 0; } 
.comments_main .media-body p{ font: 400 16px/24px 'Poppins', sans-serif; color:#1b2b41; padding-top: 12px; } 
.comments_main .media-body a{ font-weight: 700; color:#bc2313; margin-top: 12px; display: inline-block; } 
/*.comments_main .media.ml-5{ margin-left: 75px; }*/

.comments_main form{ margin-top: 0px; }
.comments_main input[type="text"], .comments_main input[type="email"], .comments_main textarea, .comments_main input[type="url"]{ width: 100%; height: 60px; padding: 0px; font: 400 16px/20px 'Poppins', sans-serif; color:#1b2b41; outline: none; -webkit-appearance: none; background: none; border: none; border-bottom: 1px solid #949494; display: inline-block; margin-top: 15px; }
.comments_main textarea{ height: 75px; resize: none; }
.comments_main input[type="text"]::placeholder, .comments_main input[type="email"]::placeholder, .comments_main textarea::placeholder{ opacity: 1; color:#1b2b41; }
.comments_main input[type="submit"]{ width: 145px; height: 45px; background: url(../images/arrow3.png) no-repeat right 20px center #bc2313; padding-left: 30px; outline: none; 
border: none; border-radius: 5px; font: 400 14px/45px 'Poppins', sans-serif; color:#fff; cursor: pointer; text-align: left; margin-top: 60px; }
.comments_main input[type="submit"]:hover{background: url(../images/arrow3.png) no-repeat right 20px center #212121; }



/*--------------------------------contact_us--------------------------------------*/
.contact_page .contact_main{ background: none; margin-top: 50px; }
.contact_page .contact_right { width: 100%; float: left; background: url(../images/contact_from_image.jpg) no-repeat 0 0; background-size: cover; padding: 45px;
text-align: left; }
.contact_page .contact_right_main{ width: 100%; }
.contact_page .map iframe { height: 600px;}
.contact_page .contact_right_main ul li { margin-bottom: 8px; }
.contact_page .contact_right_main ul li:last-child{ margin-bottom: 0px; }
.contact_page .contact_main .row{flex-direction: row-reverse; }



/*--------------------------------careers--------------------------------------*/
.story .service_row{ margin-top: 0px; }
.career .service_row{ margin-top: -125px; }
.career_bottom{ width: 100%; margin-top: 20px; }
.career .contact_main{ background: none; margin-top: 50px; }
.career .contact_right { width: 100%; float: left; background: url(../images/career_image2.jpg) no-repeat 0 0; background-size: cover; padding: 20px 40px 40px; margin-top: 50px;
text-align: left; }
.career .contact_right_main{ width: 100%; }
.career .contact_right_main textarea{ height: 100px; }

.fileUpload {width: 100%; display: inline-block; }
/* The button */
.fileUpload .fileBtn {
background: url(../images/upload.png) no-repeat right 15px center #fff;
cursor: pointer;
float: left;
height: 33px;
border: none;
font-size: 12px;
font-weight: 500;
line-height: 33px;
font-family:'Poppins', sans-serif; 
width: 144px;
border-radius: 8px;
color:#033357;
font-style: normal;
text-align: left;
margin-top: 15px;
padding: 0 12px;
letter-spacing: 2px;
}
.fileUpload .fileBtn:hover {
background: url(../images/upload2.png) no-repeat right 15px center #bc2313;
color:#fff;
}
/* Where the input-name will be filled in */
.fileUpload .fileName {
    float: left;
    overflow: inherit;
    white-space: inherit;
    width: 100%;
    text-align: left;
    color: #fff;
    font-family:'Poppins', sans-serif;
    padding: 15px 0 0;
    opacity: 0.54;
}
/* Animation (hover) */
.fileUpload .fileBtn:hover {
-webkit-transition-property: background;
-webkit-transition-duration: 0.4s;
-webkit-transition-timing-function: ease-in;
-moz-transition-property: background;
-moz-transition-duration: 0.4s;
-moz-transition-timing-function: ease-in;
-o-transition-property: background;
-o-transition-duration: 0.4s;
-o-transition-timing-function: ease-in;
-ms-transition-property: background;
-ms-transition-duration: 0.4s;
-ms-transition-timing-function: ease-in;
transition-property: background;
transition-duration: 0.4s;
transition-timing-function: ease-in;
}
/* Clear input-parent, due to child-floats */
.fileUpload:after {
clear: both;
content: " ";
display: block;
height: 0;
line-height: 0;
visibility: hidden;
}



#comments ol li, #comments ul li{ display:inline-block;}
.comment-list{ padding-left:0px;}
#comments h2, .screen-reader-text{  color: #000000; font: 600 20px/30px 'Poppins', sans-serif; }
#comments .discussion-meta{ display:none;}
#comment-2{ padding:5px 0 0 0; color: #000; font: 600 13px/20px 'Poppins', sans-serif; display:inline-block; width: 100%;}
#comment-2 a{ color:#bc2313; }
.comment-respond h3{ color: #000000; font: 300 20px/30px 'Poppins', sans-serif;}
#commentform p{ color: #000; font:600 16px/26px 'Poppins', sans-serif; margin: 5px 0 !important;}
#commentform p label{     width: auto;  display: inline-block;  color: #000; font: 400 14px/16px 'Lato', sans-serif; }
/*#commentform p input[type="text"], #commentform p input[type="url"], #commentform p input[type="email"], #commentform p input[type="tel"], #commentform p input[type="password"]{ width:100%; padding:0 10px; border:1px solid #ccc; 
color: #000; font: 600 13px 'Poppins', sans-serif; height:43px;}
#commentform p textarea{ width:100%; padding:5px 10px; border:1px solid #ccc; color: #000; font: 600 13px/20px 'Poppins', sans-serif; height:140px; resize:none; }*/
#commentform p input[type="submit"]{padding: 0 62px 0 30px; width: auto;margin-top: 20px;}

.news-details-bottom{ padding-top: 50px; }
.commentlist{ width: 100%; display: inline-block; margin-top: 15px; padding-left: 22px; }
.commentlist li{ width: 100%; display:inline-block; }
.commentlist li::marker{ display:none !important;}
#comment-1{ width: 100%; padding-bottom: 10px; display:inline-block; }
.comment-author{ width: 100%; display: inline-block; font: 400 16px/18px 'Poppins', sans-serif; }
.comment-author .post-author-badge{ display:none;}
.comment-author img{ width:60px; height:60px; object-fit:contain; margin: 6px 10px 10px 0;}
.comment-meta{ width: 100%; display: inline-block; color: #000000; font: 400 16px/28px 'Poppins', sans-serif;  margin-top: 5px;}
.comment-meta a{color:#1b2b41; text-decoration: none; font: 400 14px/20px 'Poppins', sans-serif; }
.comment-author.vcard a{  font:400 22px/25px 'Poppins', sans-serif; color:#1b2b41 !important;}
.comment-reply{ margin-top: 10px;}
.comment-body{ width: 100%; display: inline-block; margin-top: 6px; border: 1px solid #ccc;
padding: 10px;}
.comment-body p{ color: #1b2b41; font:400 16px/24px 'Poppins', sans-serif;  margin: 0; padding: 12px 0 0;}
.comment-body p a{ color: #666666;}
.comment-body p br{ display:none;}
.reply{ font-weight: 700;
color: #bc2313;
margin-top: 12px;
display: inline-block;}
.reply a{ color: #bc2313 !important;}
.categories .post{ padding-top: 30px;}

.children li{ display:inline-block;}
.comment-reply a, #cancel-comment-reply-link{ background: #d1202e; color: #fff !important; padding: 5px 10px; display: inline-block; border-radius: 3px !important;
margin-top: 2px; font: 600 12px/18px 'Poppins', sans-serif;}
.comment-author.vcard .screen-reader-text{ font: 600 16px/18px 'Lato', sans-serif; color:#000; }
.comment-form-flex h2.comments-title{ display:none;}

.comment-reply-title{
    color: #bc2313;
    font: 600 25px/32px 'Poppins', sans-serif;margin: 25px 0;
}
.comment_form {
    width: 100%;
    display: inline-block;
    width: 100%;
}
.comment-reply-title{font: 700 28px/32px 'Poppins', sans-serif;
color: #1b2b41;}
#commentform{ border: none;display: inline-block; width: 100%;}
.comment-form-comment, .comment-form-url{ width: 100% !important; float: right;padding: 0 10px !important;}
.comment-form-author, .comment-form-email, .comment-form-url{ width: 50% !important; float: left; padding: 0 10px !important;}
.comment-form-cookies-consent, .form-submit{ width: 100% !important; float: left; padding: 5px 10px !important;}
.comment-notes{ padding: 5px 10px !important;}
.comment-form-url{ width: 100% !important;}

.newsletter .es_subscription_form_submit{ font-size: 0px;width: 17%;
float: right;}
.newsletter .es-field-wrap{width: 83%;
float: left; margin: 0px !important;line-height: 0px;}
.newsletter input[type="email"]{ width: 100% !important;}
.es_subscription_message.success {
    color: #fff !important;
    font-size: 12px;
    padding: 10px;
    float: left;
}


.wpcf7 form .wpcf7-response-output{ border: none !important; border-radius: 4px; padding: 7px !important; background: #fff; margin: 10px 0 !important;}
.wpcf7-not-valid-tip{ padding: 4px 7px;background: #fff; margin-top: 3px;
border-radius: 4px;}


.nav_top .navbar-brand { width: 105px;}
.top_headr ul li i { color: #fd6401;}
.ban_box ul li.view_link a { background: url(../images/arrow.png) no-repeat right 18px center #fd6401; border-color: #fd6401; padding-right: 60px;}
.ban_box ul li.about_link a:hover { background: #fd6401;  border-color: #fd6401;}
.opening_part_content a { background: url(../images/arrow.png) no-repeat right 18px center #fd6401;}
.service_inner:hover .service_content { background: rgba(253, 100, 1, 0.89);}
.footer_inner ul.quick_link li a:hover { color: #fd6401;}
.menu_sec li a::before { background: #fd6401;}
.social_media li a:hover { color: #fd6401;}
.footer_inner ul.contact_list li a:hover { color: #fd6401; }

.gallery_main.why_choose { width: 100%; padding: 70px 0; position: relative; }
.why_choose{ background-size: cover !important; background-attachment: fixed !important; }
.why_chooseBox { padding: 25px; margin-top: 30px; background: #fff; box-shadow: 0 0 12px -6px #000; border-radius: 5px; border-bottom: 2px solid #fd6401; }
.why_chooseBox h4 { font: 700 24px/30px 'Poppins', sans-serif; color: #1b2b41; padding: 0 0 15px; margin-top: 15px; }
.why_chooseBox p { font: 400 14px/24px 'Poppins', sans-serif; color: #5d636d; min-height: 75px; }
.gallery_main.why_choose:before{ width: 100%; position: absolute; left: 0px; top: 0px; height: 100%; background: rgba(230, 230, 230, 0.8); content: ""; }
.why_chooseInnr { width: 100%; position: relative;}
.why_chooseBox img{ width: 75px; }
.gallery_main.why_choose .global_text p{ color:#1b2b41; }

.mission_text { min-height: 250px; }
.contact_page{ overflow: hidden; }

.service_details { text-align: left;}
.service_page1 .service_img img { height: 350px; object-fit: cover; }
.read_btn { width: auto; padding: 15px 26px; font: 400 14px/16px 'Poppins', sans-serif; color: #fff; text-transform: capitalize; border-radius: 6px; display: inline-block; background: url(../images/arrow.png) no-repeat right 18px center #fd6401;
padding-right: 60px; margin-top: 20px;}
.read_btn:hover { background: url(../images/arrow.png) no-repeat right 18px center #1b2b41;}

.career .service_row {margin-top: 0;}


.career .awsm-selectric { border: none;  background: #fd6401;}
.career .awsm-selectric .label { line-height: 40px; color: #fff; height: 40px;}
.career .awsm-filter-items { width: 100%; margin-top: 20px;}
.career .awsm-selectric .awsm-selectric-arrow-drop::after{border-top-color:#fff !important; }
.career .awsm-list-item .awsm-job-item { border-bottom: 2px solid #fd6401; background: #fff; box-shadow: 0 0 12px -4px #b3adad;}
.career .awsm-list-item h2.awsm-job-post-title a{color: #1b2b41;}
.career .awsm-list-left-col { float: left; width: 100%;}
.career .awsm-list-right-col { float: left; width: 100%; text-align: left;}
.career .awsm-list-item .awsm-job-more-container { float: left; margin-top: 15px; }
.career .awsm-job-more{ width: auto; padding: 12px 16px; font: 400 14px/16px 'Poppins', sans-serif; color: #fff; text-transform: capitalize; border-radius: 6px; display: inline-block; background: #fd6401; margin-top: 0;}
.career .awsm-job-more:hover { background: #1b2b41;}
.career .awsm-list-item h2.awsm-job-post-title { margin-bottom: 15px; border-bottom: 1px dashed #1b2b41; }
.career .awsm-filter-wrap { margin:  0 -5px 12px;}
.career .awsm-job-specification-term { font: 400 16px/24px 'Poppins', sans-serif; color: #1b2b41; text-transform: capitalize;}
.career .awsm-list-item .awsm-job-specification-wrapper { margin-top: 8px;}
.career .awsm-filter-wrap .awsm-filter-item { padding: 0 5px 10px; width: 33%;}
.career.service_page .awsm-job-specification-item::before{top: 2px;}

.blog_details_page .blog_content h5 { font-size: 16px; line-height: 25px;}
.service_page .awsm_job_spec_below_content{ width: 100%; display: inline-block; padding: 20px 0 0;  }
.service_page .awsm-job-specification-wrapper { background: #fff;  box-shadow: 0 0 12px -4px #b3adad;  padding: 15px;  display: inline-block;  width: 100%;}
.service_page .awsm-job-specification-item {  float: left;  margin-right: 16px;  position: relative;  padding-left: 20px;}
.service_page .awsm-job-specification-item:before{content: "\f0a9"; position: absolute; left: 0px; top: 0px; font-size: 16px; font-family: FontAwesome; }
.service_page .awsm-job-form-control{ width: 100%; height: 50px; font: 400 16px/24px 'Poppins', sans-serif; color: #1b2b41; padding: 0 15px; }
.service_page textarea.awsm-job-form-control{ height: 120px; resize: none; padding: 15px; }
.service_page .awsm-job-form-group label{font: 600 16px/24px 'Poppins', sans-serif; color: #1b2b41;  display: inline-block; }
.service_page .fileUpload .fileBtn{ background: url(../images/upload2.png) no-repeat right 15px center #fd6401; color:#fff; }
.service_page .fileUpload .fileBtn:hover { background: url(../images/upload2.png) no-repeat right 15px center #fd6401;}
.service_page .awsm-application-submit-btn{ width: auto; padding: 12px 16px; font: 400 14px/16px 'Poppins', sans-serif; color: #fff; text-transform: capitalize; border-radius: 6px; display: inline-block; background: #fd6401; margin-top: 12; border: none; cursor: pointer; }

.partner_sec{ width: 100%; text-align: center; padding: 60px 0; }
.logoBox{ width: 100%; height: 100%;  display: inline-flex; justify-content: center; align-items: center; text-align: center; box-shadow: 0 0 12px -4px #b3adad; }
.logoBox a{ width: 100%;  display: inline-block; }
.logoBox img{ max-width: 100%; width: auto !important; display: inline-block !important; }
.partner_sec .owl-carousel{ margin-top: 25px; }
.partner_sec .owl-prev{ width: 25px; height: 34px; position: absolute; left: -30px; top: 50%; z-index: 9; font-size: 0px; background: url(../images/left.png) no-repeat 0 0;
background-size: 100%; -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
 	transform: translate(0,-50%);}
.partner_sec .owl-next{ width: 25px; height: 34px; position: absolute; right: -30px; top: 50%; z-index: 9; font-size: 0px; background: url(../images/right.png) no-repeat 0 0;
background-size: 100%;  -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
 	transform: translate(0,-50%);}
.partner_sec .owl-carousel .owl-item{ padding: 10px; }
.partner_sec .owl-dots{ display: none; }


.blog_main_page.blog_main{ background: none; }
.service_details h3{ font-size: 20px; line-height: 30px; padding: 15px 0 0; font-family: 'Poppins', sans-serif; }
.service_details ul { padding: 15px 0 0 20px; width: 100%; display: inline-block;}
.service_details ul li{ padding: 0 0 0 16px; width: 100%; float: left;  font-family: 'Poppins', sans-serif; font-size: 14px; line-height: 20px; position: relative; margin: 0 0 6px; color: #5d636d; }
.service_details ul li::before {
  width: 5px;
  height: 2px;
  position: absolute;
  left: 0px;
  top: 10px;
  background: #5d636d;
  content: "";
}


.pagi{ margin:15px 0;}
        .pagi a {font-size:12px;cursor:pointer;margin:0 5px;color:#333;}
        .pagi a:hover {background-color:#222;color:#fff;}
        .pagi a.jp-previous {margin-right:15px;}
        .pagi a.jp-next {margin-left:15px;}
        .pagi a.jp-current,a.jp-current:hover {color:#FF4242;font-weight:bold;}
        .pagi a.jp-disabled,a.jp-disabled:hover {color:#bbb;}
        .pagi a.jp-current,a.jp-current:hover,.holder a.jp-disabled,a.jp-disabled:hover {cursor:default;background:none;}
        .pagi span { margin: 0 5px;}




/*13.02.23*/
.menu_sec li i{font-family: FontAwesome;padding-left: 10px;}
/*.menu_sec li button, html [type="button"], [type="reset"], [type="submit"] {  -webkit-appearance:}*/
.menu_sec li .fa-angle-down::before {  content: "\f107"; display: none !important;}
/*.fa-angle-down::before {
  content: "\f107";display: none !important;}*/
.menu_sec .dropdown-menu li{margin-left: 20px !important;}
.menu_sec li .dropdown-menu li {
  margin-left: 30px;
}
.menu_sec li .icon-plus, .menu_sec li .icon-minus{ display: none;}


.menu_sec li .dropdown-menu li a:before{display: none !important;}
.menu_sec li .dropdown-menu li a:hover{color:#fd6401 !important; }
.menu_sec li .screen-reader-text{display: none !important;}
.menu_sec li .sub-menu-toggle {display: none !important;}
.contact_right {height: 640px;  object-fit: cover;}





.pagi { width:100%; display:inline-block; text-align:center; margin-top: 30px !important;}
.pagi a{  background: #f3f3f3; font: 700 16px/20px 'Poppins', sans-serif; color:#000; width: 40px; height: 40px; margin: 0 3px;display: inline-block;
line-height: 40px; cursor: pointer;}
.pagi  a.jp-current{ background:#fd6401;color: #fff !important; }
.pagi  a.jp-current, a.jp-current:hover {  color: #fff !important;  background: #fd6401 !important; }
.pagi a:hover {  background-color:#1b2b41 !important; color: #fff !important; }
.pagi a.jp-disabled:hover{ color: #fff!important; background:#1b2b41 !important;}
.pagi a.jp-disabled{ color: #000 !important;}
.pagi .jp-previous, .pagi .jp-next{ width: auto !important; padding: 0 20px; text-transform: capitalize;}



.contact_right_main input[type="submit"]:hover{  background: url(../images/arrow.png) no-repeat right 10px center #1b2b41; color: #fff;}
.newsletter input[type="submit"]:hover{  background: url(../images/arrow.png) no-repeat center center #fd6401;}
.top_headr ul li:hover{color: #fd6401;}

.footer_down p a:hover{color: #fd6401;}


.why_chooseBox img { width: 75px; height: 100px; object-fit: contain; }
.why_chooseInnr .row{justify-content: center;}

.service_page1 .service_img img {  height: auto;  object-fit: cover;}
.service_right li{padding-top: 5px !important;list-style: disc;}
.why_chooseBox p { min-height:142px;}
.service_right ul{padding-left: 15px;}
.service_img img.float-left{width: 500px;margin-right: 30px;}
.procedure_main p{font: 400 16px/24px 'Poppins', sans-serif; color: #fff;padding-top: 10px;}
.contact_page .map iframe {  height: 640px !important;}
.service_img img.float-left { width: 50%; margin-right: 30px; margin-top: 32px; margin-bottom: 15px; }
.service_row {  margin-top: 0px;}
.blog_inner img { width: 100%; border-radius: 5px; height: 340px; object-fit: cover; }
.blog_content a{font-weight: 700; color: #fd6401;  }
.blog_content a:hover{color:#1b2b41;}
.contact_page .contact_right{position: relative;}
.contact_page .contact_right:before{position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ''; background: rgba(12, 7, 5, 0.76);z-index: 5;}
.contact_cc{position: relative; padding: 70px 0 0;}
.infoBox{text-align: center;}
.infoBox i{font-size: 30px; color: #fd6401; display: inline-block}
.infoBox strong{font: 700 24px/30px 'Poppins', sans-serif; color: #1b2b41; display: block;padding: 15px 0;}
.infoBox p, .infoBox a{font: 400 14px/24px 'Poppins', sans-serif; color: #5d636d; } 
.infoBox a{color: #5d636d;}
.infoBox a:hover{color: #fd6401;}
.contact_cc .row .col-md-4 {border-left: 1px solid #e2e2e2;min-height: 200px; }
.contact_cc .row .col-md-4:first-child{border-left:none;}
.contact_right_main{position: relative;z-index: 99;}
.contact_page .contact_main { margin-top: 0px;}


/* 14.02.23 m*/
.cmscontain1{background: #e7f3f5;padding: 30px 0;}
.cmscontain1 ul{margin-bottom: 20px !important;}
.service_right h5{font-size: 22px;margin-top: 20px;
line-height: 30px;}
.cmscontain2 li{float:left; width:50%; }
.cmscontain2{padding: 30px 0; }
.cmscontain2 ul{margin-bottom: 20px; width: 100%;display: inline-block;}
.procedure_main  p{padding-top: 20px; }
.blog_main_page.blog_main{ padding-bottom: 40px;}


.cmscontain3 li{display: flex; align-items: center;}
.cmscontain3 li{padding-bottom: 20px;}
.cmscontain3 li img{width: 100%; border-radius: 40%;}
.cmscontain3 li i{margin-right: 15px; display: inline-block; width: 55px; height: 55px; padding: 8px; border-radius: 100%; border: 1px solid #157efb;}

.cmscontain3  h5 { font-size: 22px; margin-top: 20px; line-height: 30px; padding-bottom: 15px;}
.cmscontain3  li, .service_right strong { font: 400 16px/24px 'Poppins', sans-serif; color: #1b2b41;}
.cmscontain3 ul { margin-bottom: 20px; width: 100%; display: inline-block; }
.cmscontain3 p{padding-bottom: 15px;}
.cmscontain3 li { float: left;padding: 15px !important; }
.cmscontain3  li { padding-top: 10px !important;}
.cmscontain3 strong{display: inline-block; font-weight: 700;}

.service_right li, .service_right p { font: 400 16px/24px 'Poppins', sans-serif; color: #1b2b41; padding: 15px 0 0;}
.service_right strong{font-weight: 700;} 
.service_right .col-md-6{margin-bottom: 30px;}
/*.service_page1 .service_img img{margin-top: 45px;}*/
.service_right .col-md-6 strong{padding-top: 15px; display: inline-block; font-size: 20px;}
.bannerItm:before{position: absolute; top: 0; left: 0; width: 100%; background: #0000003d; height: 100%; content: "";}
.service_img strong{display: inline-block; padding-bottom: 15px;}

.service_right_inn { padding: 20px 0;}
.service_right .col-md-6 .service_right_inn p strong{display: block; text-align: left;padding-top: 0;}
.service_right_inn p{ text-align: left;}
.service_right_inn img{width: 60px;max-width: 100%; }
.service_right_inn i{width: 90px; height: 90px; display: flex; align-items: center;justify-content: center; border: 1px solid #157efb;}
.service_right_inn{box-shadow: 0 0 12px -4px #b3adad;padding: 20px 15px;min-height: 358px;}
.service_row .col-md-6 {
  margin-top: 50px;
}
.content_text h4{display: block;  color: #fff;font-size: 30px;line-height: 36px; text-align: center;}

.content_text{position: relative; padding: 30px 0;background: #07479f; width: 100%;}
.service_right p strong { font: 700 24px/30px 'Poppins', sans-serif !important;    color: #1b2b41;}
.cmscontain3{padding-top: 10px;}
.postid-322 .procedure_main{text-align: center;}
.postid-322 .procedure_main p b{font-size: 20px;}
.postid-322 .procedure_main h2::before {
  width: 43px;
  height: 2px;
  background: #d1b583;
  position: absolute;
  left: 50%;
  top: 0px;
  content: "";
  transform: translateX(-50%);
}


.blog_box{padding-top: 20px;}
.blog_box2 strong { font: 700 20px/30px 'Poppins', sans-serif !important;    color: #1b2b41;}
.blog_box2 p{font: 400 14px/24px 'Poppins', sans-serif;color: #5d636d;}
.blog_box2{padding: 15px;box-shadow: 0 0 12px -4px #b3adad;border-radius: 5px;}
.solution_sec ul li{width: 33.33%; padding: 15px 10px !important;}
.solution_sec {text-align: center;}
.solution_sec.service_img { margin-top: 0px !important;}
.service_page1 ul{padding-top: 10px;}

.about_company{padding: 30px 0;background: #07479f;}
.about_company strong{display: block;
color: #fff;
font-size: 30px;
line-height: 36px;
text-align: center;}


.vision_box{padding: 15px;box-shadow: 0 0 12px -4px #b3adad;border-radius: 5px; margin-top: 30px;min-height: 275px;}
.vision_box img{max-width: 100%; width: 50px;}
.vision_box i{margin-right: 10px;}

.awsm-job-content ul{padding-top: 10px;}

.awsm-job-content ul li{font: 400 16px/24px 'Poppins', sans-serif;
color: #1b2b41; padding-top: 5px;}









@media (min-width: 992px) and (max-width: 9000px) {
.nav_top .dropdown .dropdown-menu { /*-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;
    -o-transition: all 0.3s;transition: all 0.3s;*/ max-height: 0; display: block; opacity: 0;visibility: hidden;  margin:0px; 
    width: 180px; padding: 0px; max-height: 600px;
   border-radius: 0; left: 0; right: inherit; transform: translate(0, 10px);
transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); 
box-shadow: 0 6px 12px rgba(0,0,0,.175);  border: none; border-bottom: 5px solid #07479f;}
.nav_top .dropdown:hover .dropdown-menu {  opacity: 1; visibility: visible; height: auto; transform: translate(0,0); }


/*sub_sub_menu*/
.nav_top .dropdown-submenu >.dropdown-menu { max-height: 0; display: none; opacity: 0; visibility: hidden; left: 100%; top: 0; border: none;  
 width: 186px; min-width: 100%;  border-radius: 0px; box-shadow: inherit; padding: 10px 0px; margin: 0px; background: rgba(255, 255, 255, 1); min-width: inherit; 
box-shadow: 5px 3px 10px 0 rgba(0,0,0,.175); }
.nav_top .dropdown-submenu:hover > .dropdown-menu { max-height: 400px; opacity: 1; visibility: visible;display: block; }



}






@media (min-width: 992px) and (max-width: 1199px) {
.menu_top {  padding: 15px 0;}
.menu_sec { padding-right: 85px;}
.menu_sec li { margin-left: 25px;}
.nav_top .navbar-brand { width: 90px;}
.navbar-nav.menu_sec { margin: 0;}
.social_media { top: 9px;}
.bannerItm img { height: 530px;}
.ban_box strong{ font-size: 28px; line-height: 38px; }
.ban_box { width: 450px;}
.ban_box ul li a { padding: 13px 20px;}
.global_text h1, .global_text h2{ font-size: 32px; line-height: 37px; }
.opening_part_content h2{ font-size: 25px; line-height: 32px; }
.service_main .owl-prev{ width: 50px; height: 60px; }
.service_main .owl-next{ width: 50px; height: 60px; }
.client_inner { padding: 0 140px; margin-top: 40px;}
.contact_right { padding: 26px 0 0 20px;}
.contact_right_main { width: 405px;}
.footer_inner ul.contact_list li br{ display: none; }
.img1 img { height: 270px;}
.img4 img, .img5 img { height: 360px;}
.img2 img, .img3 img { height: 450px;}



/*--------------------------------Blog--------------------------------------*/
.inner_page_banner .bannerItm img { height: 360px;  }
.inner_page_banner .bannerItm h1{ font-size: 48px; line-height: 56px; }
.blog_main_page.blog_main { padding: 50px 0;}
.pagination { padding: 80px 0 0;}



/*--------------------------------story--------------------------------------*/
.service_right p{ font-size: 15px; }
.story .service_row { align-items: start; flex-direction: row; }
.procedure_main { padding: 60px 0;}



/*--------------------------------story--------------------------------------*/
.service_right p{ font-size: 15px; }
.story .service_row { align-items: start; flex-direction: row; }
.procedure_main { padding: 60px 0;}
.procedure_main h2{ font-size: 24px; line-height: 28px; }
.mission_main { padding: 60px 0;}
.mission_text { padding: 20px; }
.mission_text h3 { padding-top: 15px; font-size: 24px; line-height: 26px; }
.procedure_main ul li { margin-top: 10px; padding-left: 24px; }
.procedure_main{ background-attachment: inherit !important;}


.project_box_inner h4{ font-size: 17px; line-height: 21px; }
.project_box_inner h5{ font-size: 17px; line-height: 21px; }
.project_box { height: 150px; }



/*--------------------------------blog_details--------------------------------------*/
.blog_details_page .blog_content h4 { font-size: 22px; line-height: 28px;}
.blog_details_page .blog_content p { font-size: 15px; line-height: 25px; padding-top: 15px;}
.comments_main { padding: 40px 0;}
.comments_main .media-body h5{ font-size: 20px; line-height: 24px; }
.comments_main .media-body p{ font-size: 15px; line-height: 25px;}
.comments_main form { margin-top: 50px; }
.comments_main input[type="submit"]{margin-top: 50px;}



/*--------------------------------contact_us--------------------------------------*/
.contact_page .contact_right{ padding: 25px; }
.contact_page .map iframe { height: 561px; }



/*--------------------------------careers--------------------------------------*/
.career .service_row { margin-top: 0;}
.career_bottom {  margin-top: 70px;}

.career .awsm-filter-wrap .awsm-filter-item { padding: 0 5px 10px; width: 33%; margin-right: 0px;  float: left;}
.career .awsm-selectric-wrapper { width: 100%; min-width: auto; }

.service_right_inn {  min-height: 378px;}

}


@media only screen and (max-width: 991px) { 
.nav_top .navbar-toggler{ border-color: #383e40; background: #383e40;}
.nav_top .navbar-toggler{ padding: 10px; margin-right: 0;}
.nav_top .navbar-toggler .icon-bar {display: block;width: 22px;height: 2px;  border-radius: 1px; background-color: #fff;}
.nav_top .navbar-toggler .icon-bar + .icon-bar {  margin-top: 4px;}
.navbar-toggler .icon-bar { display: block;  width: 22px;  height: 2px;  border-radius: 1px;  background-color: #fff;}
.navbar-toggler { margin-right: 15px;}
.navbar-toggler { padding: 10px;}

.nav_top .navbar-toggler {border: none;background: none; margin: 0;}
.nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(1) {-ms-transform: matrix(1, -1, 0, 1, 0, 0); transform: matrix(1, -1, 0, 1, 0, 0); 
	 -webkit-transform: matrix(1, -1, 0, 1, 0, 0); width: 25px;}
.nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(2) { opacity: 0;  width: 0px;}  
.nav_top .navbar-toggler.showtoggle .icon-bar:nth-child(3) {-ms-transform: matrix(1, 1, 0, 1, 0, 0); transform: matrix(1, 1, 0, 1, 0, 0); -webkit-transform: matrix(1, 1, 0, 1, 0, 0);
width: 25px;  margin-top: -11px;} 
.nav_top .navbar-toggler .icon-bar { display: block; width: 30px; height: 4px; border-radius: 3px; background-color: #bc2313; opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0); -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.nav_top .navbar-toggler { width: 45px; height: 40px; text-align: center; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; border-radius: 0px;
    border: 0px solid transparent; border-top-color: transparent;border-right-color: transparent;    border-bottom-color: transparent;
        border-left-color: transparent; position: relative; border: none; outline: none; }


.menu_top {  padding: 15px 0;}
.menu_sec { padding-right: 85px;}
.menu_sec li { margin-left: 25px;}
.nav_top .navbar-brand { width: 90px; top: -2px; }
.navbar-nav.menu_sec { margin: 0;}
.social_media {  top: 13px; right: 47px;}
.bannerItm img { height: 450px;}
.ban_box strong { font-size: 25px; line-height: 35px;}
.ban_box { width: 400px;}
.ban_box ul li a { padding: 13px 20px;}
.global_text h1, .global_text h2 { font-size: 28px; line-height: 35px;}
.opening_part_content h2 { font-size: 23px;  line-height: 30px;}
.service_main .owl-prev{ width: 50px; height: 60px; }
.service_main .owl-next{ width: 50px; height: 60px; }
.client_inner { padding: 0;  margin-top: 30px;}
.contact_right { padding: 26px 0 0 20px;}
.contact_right_main { width: 300px;}
.footer_inner ul.contact_list li br{ display: none; }
.img1 img { height: 270px;}
.img4 img, .img5 img { height: 360px;}
.img2 img, .img3 img { height: 450px;}


.menu_sec li { font-size: 16px; margin-left: 0;}
.menu_sec li a { padding: 9px 0;}
.menu_sec { margin: 2px 0 0; }
.top_headr ul li{ font-size: 12px; }

.nav_top { justify-content: flex-end;}
.social_media li { margin-left: 15px; font-size: 17px;}
.navbar-nav.menu_sec { margin: 70px 0 0; padding: 0;}
.opening_image_right { margin-top: -66px;}.client_para {
    width: 700px; margin-left: -350px;}
.client_para p{  font-size: 15px; line-height: 23px;}
.client_box { width: 100%; padding: 100px 0 0;}    
.footer_up { padding: 35px 0;}    
.client_main .owl-next { width: 18px; height: 12px; right: -18px;  }  
.ban_box strong { font-size: 20px; line-height: 26px;}
.contact_right { padding: 26px 0 0;}
.ban_box strong { font-size: 22px; line-height: 31px;}
 .map iframe {  width: 100%; float: left;}   
 .client_main .owl-next { width: 15px; height: 10px; right: 0px; }   
.map iframe { width: 100%; height: 400px; float: left;}    
.client_main .owl-prev{left: 0;}



/*--------------------------------Blog--------------------------------------*/
.inner_page_banner .bannerItm img { height: 300px;  }
.inner_page_banner .bannerItm h1{ font-size: 40px; line-height: 52px; }
.blog_main_page.blog_main { padding: 50px 0;}
.pagination { padding: 80px 0 0;}



/*--------------------------------services--------------------------------------*/
.service_page .global_text p br{ display: none; }
.service_right { padding: 0;}    
.service_row {  margin-top: 0px; }
.service_right h3{ font-size: 22px; line-height: 28px; }
.service_right p{ font-size: 14px; line-height: 22px; padding-top: 10px; }


/*--------------------------------story--------------------------------------*/
.service_right li, .service_right p{ font-size: 15px; }
.story .service_row { align-items: start; flex-direction: row; }
.procedure_main { padding: 50px 0;}
.procedure_main h2{ font-size: 22px; line-height: 24px; }
.mission_main { padding: 50px 0;}
.mission_text { padding: 20px; }
.mission_text h3 { padding-top: 15px; font-size: 24px; line-height: 26px; }
.procedure_main ul li { margin-top: 10px; padding-left: 24px; }
.procedure_main{ background-attachment: inherit !important;}


.project_box_inner h4{ font-size: 17px; line-height: 21px; }
.project_box_inner h5{ font-size: 17px; line-height: 21px; }
.project_box { height: 150px; }



/*--------------------------------blog_details--------------------------------------*/
.blog_details_page .blog_content h4 { font-size: 22px; line-height: 28px;}
.blog_details_page .blog_content p { font-size: 14px; line-height: 24px; padding-top: 15px;}
.comments_main { padding: 30px 0;}
.comments_main .media-body h5{ font-size: 20px; line-height: 24px; }
.comments_main .media-body p{ font-size: 14px; line-height: 24px;}
.comments_main form { margin-top: 50px; }
.comments_main input[type="submit"]{margin-top: 50px;}
.comments_main .media img { width: 120px; }



/*--------------------------------contact_us--------------------------------------*/
.contact_page .contact_right{ padding: 20px; }
.contact_page .map iframe { height: 570px; }



/*--------------------------------careers--------------------------------------*/
.career .service_row { margin-top: 0;}
.career_bottom {  margin-top: 50px;}
.career .contact_right { padding: 0 20px 30px; margin-top: 40px; }


.career .awsm-list-item h2.awsm-job-post-title { margin-bottom: 0;}
.career .awsm-job-more { margin-top: 12px; }
.career .awsm-list-item .awsm-job-more-container { float: left;}
.career .awsm-filter-wrap .awsm-filter-item { width: 100%;}


.career .awsm-filter-wrap .awsm-filter-item { padding: 0 5px 10px; width: 33%; margin-right: 0px;  float: left;}
.career .awsm-selectric-wrapper { width: 100%; min-width: auto; }


.partner_sec{  padding: 50px 0; }



/*13.02.23*/
.gallery_main.why_choose { padding: 50px 0;}
.contact_right {  padding: 26px 15px 0;}
.service_img img.float-left {  width: 350px;}
.procedure_main p{font-size: 15px;}
.contact_page .contact_main {  background: none;  margin-top: 20px;}
.contact_right_main h3{font-size: 22px; line-height: 26px;}
.blog_inner img { height: 260px;    }
.imageIdentifier{justify-content: center;}
.infoBox strong{font-size: 20px; line-height: 26px;}
.contact_cc{position: relative; padding: 50px 0 0;}

.cmscontain1 {
	padding: 30px 0;
}
.cmscontain2 {
	padding: 40px 0 20px;
}
.service_right_inn {  min-height: 467px;}
.service_right .col-md-6 strong {  font-size: 18px;}
.cmscontain3 h5 { font-size: 20px;line-height: 26px;}

.blog_box2 {  min-height: 224px;}
.vision_box {  margin-top: 30px; min-height: 326px; }
.about_company strong {
  font-size: 20px; line-height: 30px;}


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



/*--------------------------------Blog--------------------------------------*/
.inner_page_banner .bannerItm img { height: 280px;  }
.inner_page_banner .bannerItm h1{ font-size: 35px; line-height: 42px; }
.blog_main_page.blog_main { padding: 50px 0;}
.pagination { padding: 50px 0 0;}



/*--------------------------------story--------------------------------------*/
.story .service_right { padding: 0; margin: 0;}
.story .service_row{ margin-top: 0px; }
.story .service_right p { font-size: 14px;}
.service_img { margin-top: 20px;}


/*--------------------------------blog_details--------------------------------------*/
.blog_details_page .blog_content h4 { font-size: 20px; line-height: 28px;}
.comments_main .media-body h5 { font-size: 18px; line-height: 22px;}
.global_text h1, .global_text h2 { font-size: 25px; line-height: 30px; }



/*--------------------------------contact_us--------------------------------------*/
.contact_page .contact_right{ padding: 20px; }
.contact_page .map iframe { height: 400px; }
.contact_page .contact_main { margin-top: 0px;}
.map { margin-top: 25px; }


.career .awsm-job-wrap { width: 100%; display: inline-block; margin-top: 20px;}
.career .awsm-filter-wrap.awsm-no-search-filter-wrap .awsm-filter-toggle { background: #fff; color: #000; }
.career .awsm-list-item .awsm-job-specification-wrapper { margin-top: 8px; width: 100%; display: inline-block; }

.blog_main_page.blog_main { padding: 40px 0;}
.service_page .awsm-job-specification-item { margin: 0 10px 10px 0;}
.service_page .awsm-job-specification-item:last-child{ margin-right: 0px; }
.service_page .awsm-job-form-inner { padding: 15px;}

.partner_sec .owl-carousel { margin-top: 20px; padding: 0 30px; }
.partner_sec .owl-prev{ left: 0px; }
.partner_sec .owl-next{ right: 0px; }

.service_img img.float-left { width: 220px;}
.service_row {  margin-top: 0px;}
.contact_page .map iframe {  height: 420px !important;}
.why_chooseBox img { width: 75px; height: auto; object-fit: contain;}
.contact_cc .col-md-4{flex: 0 0 50%;
max-width: 50%;}
.contact_cc .row .col-md-4{border-left:none;}
.contact_cc .row{justify-content: center;}
.infoBox { border: 1px solid #e2e2e2 !important; height: auto; padding: 20px; margin-top: 20px; display: inline-block; width: 100%; min-height: 231px; }
.contact_page .contact_main { background: none; margin-top: 0px; }
.contact_right {
  height: auto;
  object-fit: cover;
}
.contact_cc .row .col-md-4{min-height: auto;}
.cmscontain2 li {width: 100%;
}

.service_img img.float-left {
  width: 100% !important;
}
.service_right_inn {  min-height: auto;}
.service_right_inn i {  width: 75px; height: 75px;}
.service_right {  width: auto;}
.blog_box2 {  min-height: auto; margin-top:20px;}
.solution_sec ul li{width: 50%; padding: 15px 10px !important;}

.service_row .col-md-6 {
  margin-top: 20px;
}
.vision_box {  margin-top:20px; min-height: auto; }
}

@media only screen and (max-width: 575px){ 
.ban_box { width: 300px;}
.bannerItm img { height: 380px;}
.opening_image_right { margin-top: 30px;}
.img2 img, .img3 img{ height: auto; }
.contact_right_main.img2 img, .img3 img{ height: auto;  width: 100%;}
.client_main .owl-next { right: -6px; }
.contact_right_main { width: 100%;}


.global_text p br{ display: none; }
.pagination ul li a {width: 40px; height: 40px; font-size: 16px; line-height: 40px; }
.infoBox{ min-height: 270px;}



/*--------------------------------services--------------------------------------*/

.service_right { padding: 0; margin: 25px 0 0;}
.project_inner .col-6 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}


/*--------------------------------blog_details--------------------------------------*/
.comments_main .media img { width: 90px; }



/*--------------------------------contact_us--------------------------------------*/
.contact_page .map iframe { height: 360px; }
.map { margin-top: 20px; }
.why_chooseBox img {  width: 75px; height: auto;  object-fit: contain;}
.why_chooseBox p {  min-height: auto;}
.nav_top .navbar-brand {
  width: 70px;
  top: -2px;
}
.solution_sec ul li{width: 100%; padding: 15px 10px !important;}

} 


@media only screen and (max-width: 480px){ 
.career .awsm-filter-wrap .awsm-filter-item { padding: 0 5px 10px; width: 100%;}
.infoBox{ min-height: auto;}

/*13.02.23*/
.service_img img.float-left {  width: 100%; margin-bottom: 20px;margin-right: 0px;}
.contact_cc .col-md-4{flex: 0 0 100%;
max-width: 100%;}
.contact_cc  .infoBox{border-left:none;}
.cmscontain3 h5 { font-size: 18px; line-height: 25px; }
}

.opening_part_content h4 {
	font: 700 16px / 24px 'Poppins', sans-serif;
    color: #1b2b41;
    padding: 15px 0 0;
}
.opening_part_content ul {
	list-style: circle;
    padding-left: 16px;
}
.opening_part_content ul li {
     font: 400 14px / 20px 'Poppins', sans-serif;
    color: #5d636d;
    padding: 7px 0 0;
}
.clients-carousel .owl-stage {
	display: flex;
}
.clients-carousel .owl-item {
    min-height: 100%;
}
.clients-carousel .owl-item .item {
	width: 100%;
	height: 100%;
}
.innerPage-slider .bannerItm::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, black, transparent);
}
