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{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }



/*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: 175px; }
.menu_sec li{ font: 500 14px/20px 'Poppins', sans-serif; color: #2b2b2b; padding: 0; margin-left: 33px; }
.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: "";   -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 li a:hover:before{ width: 100%; }
.menu_sec li.select a:before{ width: 100%; }
.menu_sec li.actv a{ font-weight: 700; }
.menu_sec li.actv 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); -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_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 { margin-bottom: 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 12px/16px '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: 120px 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; }
.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; }
.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{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.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;}


.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 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: 0px; 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 h3 { font-size: 25px; line-height: 30px; color: #1b2b41;  padding-top: 10px; font-weight: 700; font-family: 'Poppins', sans-serif; }
.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: 70px; }
.comments_main input[type="text"], .comments_main input[type="email"], .comments_main input[type="url"], .comments_main textarea{ 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 input[type="url"]::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: 100px; }
.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;
}


figure{ margin: 0px !important; }
.image_row{column-count: 3; column-gap: 10px;}



/*fixing_11.04.24*/
.service_inner img { height: 500px; object-fit: cover; }
.contact_right_main .chbox .wpcf7-list-item{ position: relative; width: 25%; padding-left: 25px; float: left; margin: 0; }

.contact_right_main .wpcf7 form .wpcf7-response-output{ border: none !important; padding: 5px 10px; text-align: center; font: 400 13px/16px 'Roboto', sans-serif; color:#fff;
 margin: 15px 0 0 !important; }
.contact_right_main .invalid .wpcf7-response-output{ background:#dc3232; }
.contact_right_main .sent .wpcf7-response-output{ background:#84c426; }
.contact_right_main span.wpcf7-not-valid-tip { background: #dc3232; position: absolute; top: 24px; left: 0px; font: 400 11px/14px 'Roboto', sans-serif;
 border-radius: 5px; padding: 6px 14px; color: #fff; z-index: 1;}
.contact_right_main span.wpcf7-not-valid-tip::before { position: absolute; top: -15px; left: 10px; border: 9px solid transparent; border-bottom: 10px solid #dc3232;
 content: ""; }

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha.wpcf7-not-valid {  position: relative !important; width: 100%;display: inline-block;}

.contact_right_main .wpcf7-form-control-wrap {  position: relative;}

.contact_right_main span.wpcf7-not-valid-tip {  top: 100%;}
.contact_right_main iframe {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  margin-top: 10px;
}

.wpcf7-form-control-wrap { position: static;}
.contact_right_main br{ display: none; }
.contact_right_main input[type="submit"]{ margin: 10px 0 0; }
.map iframe { height: 750px;}

.gallery_page{ margin: 0 -5px; }
.gallery_page .image_gallery_box img { height: 320px; }
.gallery_page .col-sm-6{ padding: 0 5px; }
.pagination{ width: 100%; display: inline-block; padding: 90px 0 0; }
.pagination ul{ display: inline-block; }
.pagination ul li { float: left; margin-left: 10px; color: #000; border: 1px solid #000; height: 45px; width: 45px;}
.pagination ul li span { width: 100%; height: 100%; padding: 0; border: none; text-align: center; display: flex; color: #000; font: 600 18px/20px 'Open Sans', sans-serif; color: #000; justify-content: center; align-items: center;}
.pagination ul li a { width: 100%; height: 100%; padding: 0; border: none; text-align: center; display: flex; color: #000; font: 600 18px/20px 'Open Sans', sans-serif; color: #000; position: relative; justify-content: center; align-items: center; }
.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; }
.pagination ul li a{}
.pagination ul li span.current{ background: #000; color:#fff; }
.pagination ul li a.next:before{ content: "\f105"; font-family: FontAwesome; }
.pagination ul li a.prev:before{ content: "\f104"; font-family: FontAwesome; }
.pagination { padding: 70px 0 0;}

.contact_page .contact_right { padding: 30px; min-height: 780px; }
.contact_page .map iframe { height: 780px;}

.blog_details_page .blog_content img.blog_image { height: 400px; object-fit: cover;}
.comments_main input[type="submit"] { background-position: right 18px center !important; padding-right: 63px !important; width: auto !important; }



.comment-form-url, .comment-notes, .comment-form-cookies-consent, .form-submit, .comment-form-author, .comment-form-email, .comment-form-comment, .comments_main h2{padding-left: 15px !important; padding-right: 15px !important;}
.comment-form-url{ margin-top: 20px; width: 100%; display: inline-block; }
.comments_main input[type="submit"] { margin-top: 40px;}


.comment-reply-title{ padding: 0px !important; border: none !important;}
.comment-reply-title a{  color: #333333 !important;}


.comment-notes{ width: 100%; display: inline-block; margin-top: 10px; font: 400 15px/20px 'Poppins', sans-serif !important; color: #333333 !important;}
.comments-area p{ margin-top: 10px;}
.comments-area label{ color: #333; font: 400 15px/20px 'Poppins', sans-serif;width: 100%;}
.comment-list .comment-author a > img{
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.comment {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 70px;
}
.comment{
    position: relative;
    padding-left: 0;
    padding-bottom: 3px; color: #333333 !important;font: 400 15px/20px 'Poppins', sans-serif;
}
.comment-metadata {
    font: 400 13px/20px 'Poppins', sans-serif;
    color: #333333 !important;font-style: italic;
}
.comment-author a {
    font-weight: 600;
    color: #333 !important;
    font-size: 20px;
    line-height: 29px;
}
.comments-area p {
  font: 400 14px/22px 'Poppins', sans-serif;
  color: #1b2b41 !important;
  padding: 0 15px 15px;
}
.comment-reply a{ text-transform: uppercase; color: #8ac761; font-weight: 700; float: right; margin-top: 10px;}
.comment-list li{ margin: 19px 0 0; display:inline-block; width: 100%; padding-left: 70px; }
.comment-metadata a{ color: #333333 !important; }
.discussion-meta{ display: none;}

.comment-list{ padding: 0 15px; }
.avatar { position: absolute; left: 0; top: 0;}
.comments-area p { padding: 0 15px 15px;}
.comment {
  color: #1b2b41 !important;
  font: 400 22px/25px 'Poppins', sans-serif;
}
.comment-metadata {
  font-style: normal;
}
.comment-reply-link {
  font-weight: 700;
  color: #bc2313;
  margin-top: 12px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.comment-respond {
  padding: 60px 0 40px 0;
}
.comment-form-author { width: 50%; float: left;}
.comment-form-email {  width: 50%; float: left;}
.comments-area .comment-content p {
  padding: 0 0 15px;
}
.comment-list {margin: 0;}





.scrollbar {
	display: inline-block;
	border-radius: 0px;
	width: 100%;
}
.content-wrap {
	height: 350px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 20px;
	/* for firefox*/
	scrollbar-width: thin;
	scrollbar-color: #111 #ddd;
}
/* for other browsers */
.without-plugin .content-wrap::-webkit-scrollbar {
	width: 6px;
	background-color: #ccc;
	border-radius: 20px;
}
.without-plugin .content-wrap::-webkit-scrollbar-thumb {
	background-color: #111;
	border-radius: 20px;
}


.with-plugin .content-wrap {
	padding-right: 0;
}
.mCSB_inside > .mCSB_container {
	margin-right: 20px;
}
.mCSB_scrollTools {
	width: 6px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #111;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #ccc;
}

.blog_main_page .blog_content h4 { min-height: 87px;}
.blog_main_page .blog_inner { padding: 15px;}
.blog_details_page.blog_main_page .blog_content h4 { min-height: auto; padding: 0 0 10px; }
.blog_details_page .blog_content ol li, .blog_details_page .blog_content ul li { font-size: 16px; line-height: 26px; color: #1b2b41; margin: 0 0 10px; }
.blog_details_page .blog_content ol{ list-style: decimal; }
.blog_details_page .blog_content p { padding: 0 0 15px;}
.blog_details_page .blog_content ul{ list-style: disc; padding-left: 30px;}
.blog_details_page .blog_content h5 { padding-bottom: 10px;}

.project_box_inner h4{ font-size: 16px; line-height: 23px; }
.project_box_inner h5{ font-size: 16px; line-height: 23px; }


.career .service_row { margin-top: 0; align-items: start; }
.contact_main .service_right { padding: 0 0 25px;}
.contact_main .service_right p{ padding: 0 0 15px; }

.bannerItm:before{ width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; background: rgba(0, 0, 0,0.35); opacity: 0.5; content:""; }
.inner_page_banner .bannerItm h1 { text-shadow: 0 2px 2px #000;}





  
@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: 150px; min-width: 100%;  border-radius: 0px; box-shadow: inherit; padding: 0px; margin: 0px; background: rgba(0, 44, 32, 0.9); 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: 1200px) and (max-width: 1399px) {
.blog_main_page .blog_inner { padding: 15px;}


}

@media (min-width: 992px) and (max-width: 1199px) {
.menu_top {  padding: 15px 0;}
.menu_sec { padding-right: 165px;}
.menu_sec li { margin-left: 23px; font: 500 12px/18px 'Poppins', sans-serif}
.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 h3 { 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;}

.contact_page .map iframe { height: 780px; }

.project_box_inner h4{ font-size: 15px; line-height: 20px; }
.project_box_inner h5{ font-size: 15px; line-height: 20px; }


}


@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: 10px 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: 60px 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: 35px; }
.service_right h3{ font-size: 22px; line-height: 28px; }
.service_right p{ font-size: 14px; line-height: 22px; padding-top: 10px; }


/*--------------------------------story--------------------------------------*/
.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 h3 { 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; }


.contact_right_main { width: 350px; }
.contact_right { padding: 26px 0 0 20px; }
.contact_right_main ul li{ font-size: 14px; }
.map iframe { height: 800px;}
.gallery_page .image_gallery_box img {height: 300px;}

.contact_page .map iframe { height: 798px; }
 
.comment-respond { padding: 25px 0; width: 100%; display: inline-block;}
.comments_main form { margin-top: 25px;}
.comments_main input[type="text"], .comments_main input[type="email"], .comments_main input[type="url"], .comments_main textarea { height: 40px;
    margin-top: 10px;
}
.comments_main input[type="submit"] {  margin-top: 15px;}
.comments_main { padding: 30px 0 0;}
.comment-respond {  padding: 25px 0 0;}

.content-wrap { padding-left: 0;}



.blog_main_page .blog_inner img { height: 200px; object-fit: cover;}
.blog_main_page .blog_content p { min-height: 85px;}
.blog_main_page .blog_content h4 { min-height: 87px;}
.blog_details_page .blog_content ol li, .blog_details_page .blog_content ul li{ font-size: 14px; line-height: 24px; padding: 0 0 15px; }

.project_box_inner h4{ font-size: 15px; line-height: 20px; }
.project_box_inner h5{ font-size: 15px; line-height: 20px; }



} 
 
 
@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 h3 { 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: 30px;}
.map { margin-top: 25px; }

.contact_main .row{ flex-direction: column-reverse; }
.map iframe { height: 300px; }
.contact_right { padding: 25px; }
.contact_right_main { width: 100%; }
.blog_content p{ font-size: 13px; line-height: 19px; }
.service_inner img { height: 450px;}
.ban_box { width: 100% !important;  }


.gallery_page .col-sm-6 { max-width: 50%; flex: 0 0 50%;}
.gallery_page .image_gallery_box img { height: 250px;}

.contact_page .contact_right { min-height: auto;}

.comment-respond { padding: 25px 0; width: 100%; display: inline-block;}
.comments_main form { margin-top: 25px;}
.comments_main input[type="text"], .comments_main input[type="email"], .comments_main input[type="url"], .comments_main textarea { height: 40px;
    margin-top: 10px;
}
.comments_main input[type="submit"] {  margin-top: 15px;}
.comments_main { padding: 30px 0 0;}
.comment-respond {  padding: 25px 0 0;}
.comment-list li { padding-left: 64px;}
.comment-author a {
  font-size: 16px;
  line-height: 24px;
}
.comment {
  font: 400 16px/25px 'Poppins', sans-serif;
}





}


@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 { font-size: 16px;}



/*--------------------------------services--------------------------------------*/
.service_row { margin-top: 28px;}
.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; }

.image_row{column-count: 2; column-gap: 10px;}

.gallery_page .image_gallery_box img { height: 200px;}
.project_inner .col-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;  }
.project_box { padding: 6px;} 
.project_box_inner h4 { font-size: 14px; line-height: 21px; }
.project_box_inner h5 { font-size: 15px; line-height: 19px; } 
.project_box_inner h5 span {padding: 4px 8px;} 
.project_inner h3{ font-size: 24px; line-height: 27px; }
.blog_main_page .blog_inner { padding: 12px; margin-top: 25px;}

.content-wrap { height: auto;}
 
.blog_main_page .blog_inner img { height: auto; object-fit: cover;}
.blog_main_page .blog_content p { min-height: auto;}
.blog_main_page .blog_content h4 { min-height: auto;} 

} 



@media only screen and (max-width: 480px){ 
.project_box_inner h4{ font-size: 12px; line-height: 17px; }
.project_box_inner h5{ font-size: 12px; line-height: 17px; }



} 