 
 
     /* ============ desktop view ============ */
        @media all and (min-width: 992px) {
            .navbar .nav-item .dropdown-menu {
                display: none;
            }

            .navbar .nav-item:hover .nav-link {
            }

            .navbar .nav-item:hover .dropdown-menu {
                display: block;
            }

            .navbar .nav-item .dropdown-menu {
                margin-top: 0;
            }
        }
        /* ============ desktop view .end// ============ */
         .float_wp {
                position: fixed;
                width: 60px;
                height: 60px;
                bottom: 30px;
                left: 30px;
                background-color: #25d366;
                color: #FFF;
                border-radius: 50px;
                text-align: center;
                font-size: 30px;
                box-shadow: 2px 2px 3px #999;
                z-index: 100;
            }

            .my-float_wp {
                margin-top: 16px;
            }
                #goog-gt-tt {
            display: none !important;
        }

        .goog-te-banner-frame {
            display: none !important;
        }

        .goog-te-menu-value:hover {
            text-decoration: none !important;
        }

        body {
            top: 0 !important;
        }

        #google_translate_element2 {
            display: none !important;
        }


/*========================================== LAYOUT ===================================================================

	1.GLOBAL CSS
	2.COMMON CSS3
	3.NAVIGATION
	4.BUTTON
	5.HEADER
	6.TWO COLUMN 
	7.WHY CHOOSE
	8.OUR SERVICES
	9.COUNTER
	10.TESTIMONIAL
	11.CONTACT FORM
	12.FOOTER AREA
	13.MEDIA QUERIES
	
		
======================================================================================================================*/

/*========================================== COLOR CODES ===============================================================

	Background         :#ffffff [White]
	Theme Color        :#EC3642  [Red]
	Theme Color        :#fcbd56  [Yellow]
	Content Color      :#666666 [Black]
	Button bg Color    :#1f3d9d [Half Baked]

================================================================================================================*/

/*========================================== TYPOGRAPHY =====================================================

	Heading:font-family: 'Roboto', sans-serif;
	Body   :font-family: 'Opensans', sans-serif;

====================================================================================================================*/

/*========================================== 1.GLOBAL CSS START ===========================================*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;display=swap');
 body {
	background: #ffffff;
	color: #666666;
	font-family: 'Open sans', sans-serif, Arial, Vedana, 'Trebuchet MS';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 auto;
	max-width: 1500px;
}

p {
	margin-bottom: 0px;
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 65px;
	font-weight: 900;
	line-height: 73px;
	color: #222222;
	letter-spacing: 2px;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 44px;
	font-weight: 600;
	line-height: 54px;
	color: #333333;
	letter-spacing: 1px;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	color: #333333;
	letter-spacing: 1px;
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 38px;
	color: #333333;
	letter-spacing: 1px;
}
h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 33px;
	color: #333333;
	letter-spacing: 1px;
}
h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 27px;
	color: #333333;
	letter-spacing: 1px;
}
/* SAFARI CLASS */

.rowsafari {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #222222 ;
	text-decoration: none !important;
	outline: none !important;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*================================================= 1.GLOBAL CSS END ===================================================*/

/*========================================== 2.COMMON CSS START ===========================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0px;
}
#return-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	background-color: ##1f3d9d ;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 30px;
	z-index: 9;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.fa-angle-up {
	position: relative;
	bottom: 2px;
	left: 1px;
}
#return-to-top:hover {
	background-color: #ffffff;
	color: #333333;
}
.text-white,
.text-white h1{
	color: #ffffff;
}
.section-margin-bottom {
	margin-bottom: 20px;
}
.section-padding-bottom {
	padding-bottom: 50px;
}
.sec-padding {
	padding-bottom: 40px;
}
.section-margin {
	margin-bottom: 30px;
}
.sec-padding {
	padding-bottom: 30px;
}
.section-space {
	padding-top: 80px;
	padding-bottom: 80px;
}
.section-space-1 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.section-subhead-background {
	background-color: ##1f3d9d ;
	padding: 10px;
	width: 70%;
	text-align: center;
	color: #fff;
	position: relative;
}
.section-subhead-leftright-img {
	padding-left: 15px;
	padding-right: 15px;
	word-break: break-word;
}
.section-lineimg-ul {
	display: table;
	width: auto;
	margin: 0 auto;
}
.section-lineimg-li {
	display: inline-block;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
}
.section-content-li {
	display: table-cell;
	vertical-align: middle;
	word-break: break-all;
}
.coler-text {
	color: ##1f3d9d ;
	font-style: italic;
}
.display-table {
	display: table;
}
.display-table-cell {
	display: table-cell;
}
.row-padding {
	padding: 0px;
}
.sec-padding-left {
	padding-left: 90px;
}
.sec-padding-right {
	padding-right: 90px;
}
.section-gray-bg {
	background-color: #f5f5f5;
}
.section-white-bg {
	background-color: #ffffff;
}
.letter-spacing {
	letter-spacing: 1px;
}
.theme-color {
	color: ##1f3d9d ;
}
.img-rounded {
	border-radius: 50%;
}
.content-grp-bottom-space {
	margin-bottom: 10px;
}
.page-home-link {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 1px;
}
.section-margin-top {
	margin-top: 20px;
}
.padding-top20{
	padding-top: 20px;
}
.padding-top30{
	padding-top: 30px;
}
.padding-top10{
	padding-top: 10px;
}
.padding-top60{
	padding-top: 60px;
}
.padding-top80{
	padding-top: 80px;
}
.padding-bottom5{
	padding-bottom: 5px;
}
.padding-bottom10{
	padding-bottom: 10px;
}
.padding-bottom15{
	padding-bottom: 15px;
}
.padding-bottom20{
	padding-bottom: 20px;
}
.padding-bottom30{
	padding-bottom: 30px;
}
.padding-left20{
	padding-left:20px;
}
.padding-right30{
	padding-right: 30px;
}
.margin-bottom30{
	margin-bottom: 30px;
}
.margin-top30{
	margin-top: 30px;
}
.margin-left30{
	margin-left: 30px;
}
.sub-title-1,
.sub-title{
	letter-spacing: 1px;
	padding-bottom: 10px;
	font-size:16px;
	line-height: 24px;
}
.sub-title-1{
	color:##1f3d9d ;
}

.no-paddingno-padding{
	padding: 0;
}
.text-center{
	text-align: center;
}
.float-right{
	float: right;
}
.float-left{
	float: left;
}.footer-area .fa-facebook-f::before, .fa-facebook::before,
.fa-youtube::before{
	padding-right: 0px !important;
}

.margin-center{
	margin: 0 auto;
}
.margin-bottom20{
	margin-bottom: 20px;
}
.readmore{
	color: #b99e64 ;
	letter-spacing: 1px;
}
.readmore i{
	padding-left: 10px;
}
.readmore:hover{
	color: #111111; 
}
.section-head-group{
	text-align: center;
}
.section-head-group img{
	padding-bottom:30px;
	padding-top: 15px;
}
/*==================================== 2.COMMON CSS END ======================================*/

/*================================ 3.NAVIGATION START ========================================*/
.pre-header-menu2{
	background-color: #222222;
	padding: 10px 0;
}
.pre-header-menu2 ul li a{
	color: #ffffff !important;
	padding-right: 30px;
	font-weight: 600;
}
.vertical-align-middle{
	vertical-align: middle;
}
.logo-menu-list{
	vertical-align: top;
	padding-left: 10px;
	padding-right: 20px;
}
.logo-menu-list p{
	font-size: 14px;
	line-height: 22px;
}
.menu-icon{
	color: #b99e64 !important;
	
}
.menu-social-icons{
	padding-top: 15px;
}
.nav-style {
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	padding-left: 15px !important;
	padding-right: 15px !important;
	position: relative;
	letter-spacing: 1px;
	padding-bottom: 39px;
	padding-top: 39px;
}
.navbar-nav {
	float: right !important;
}
.fixed-top {
	position: fixed;
	top: 0px;
}
.navbar-light .navbar-nav .nav-link {
	color: #333333;
}
.logo-style {
	float: left;
}
.menu-icon{
	color: #1f3d9d;
	padding-right: 8px;
	font-size: 22px;
	line-height: 30px;
	vertical-align: middle;
}
.navbar-nav li{
	padding-right: 20px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #333333;
}
.navbar-nav li:last-child{
	padding-right: 0px;
}
.bg-white{
	display: table;
	clear: both;
	width: 100%; 
	background-color:#f9f9f9;
}
/*======================================= 3.NAVIGATION END========================================*/

/*======================================= 4.BUTTON STARt =============================================*/
.boxed-btn {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	padding: 10px 20px;
	transition: all 0.3s ease-in;
	letter-spacing: 1px;
	border: 1px solid #EC3642;
	background-color: #EC3642;
	cursor: pointer;
	border-radius: 5px !important;
}
.boxed-btn-1{
	background-color:  transparent !important;
	color: #222222 !important;
	border: 1px solid #222222 !important;
}
.boxed-btn:hover {
	background-color: #fcbd56;
	color: #222222 !important;
	border: 1px solid #fcbd56;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.boxed-btn-1:hover{
	background-color:  #b99e64 !important;
	color: #ffffff !important;
	border: 1px solid  #b99e64 !important;
}
.btn-wrapper {
	margin-top: 30px;
}
.btn-rounded {
	border-radius: 5px;
}
.btn-right-align {
	padding-right: 15px;
}
button:focus {
	outline: none;
}
.button-icon{
	padding-left: 10px;
}
/*============================== 4.BUTTON END ==================================*/
/*============================== 5.HOME START ==================================*/
.header-static-bg {
	background-image: url("../../images/1920x800x1.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 200px;
	padding-bottom: 200px;
}
.header-sub-head{
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 36px;
	color: #fcbd56;
	letter-spacing: 2px;
}
/*============================== 5.HOME END ==================================*/
/*============================== 6.TWO COLUMN START ==================================*/
.about-name-group p:first-child{
	font-family: 'Raleway', sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 42px;
	color: #EC3642;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.about-name-group img{
	padding-top: 20px;
}
/*============================== 6.TWO COLUMN END ==================================*/
/*============================== 7.SERVICES START ==================================*/
.services-group{
	background-color: #f9f9f9;
	padding: 20px;
}
.services-group h4{
	padding: 20px 0 15px 0;
}
.services-group:hover{
	-webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.75);
}
/*============================== 7.PRODUCT END ==================================*/
/*============================== 8.COUNTER START ==================================*/
.course-details{
	padding-top: 30px;
	display:block;
}
.course-time{
	background-color: #222222;
}
.course-price{
	background-color: #222222;
}
.course-price,
.course-time{
	padding: 5px 20px;
	text-align: center;
	display: inline-block;
}
.course-price h6,
.course-time h6{
	color: #fcbd56;
	padding-bottom: 5px;
}
.course-price p,
.course-time p{
	color: #EC3642;
	letter-spacing: 1px;
}
/*============================== 8.COUNTER END ==================================*/
/*============================== 9.TEAM START ==================================*/
.team-group p:first-child{
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 33px;
	color: #ffffff;
	letter-spacing: 1px;
}
.team-group p:nth-child(2){
	padding-top: 5px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	color: #ffffff;
}
.team-group ul li a i{
	color: #ffffff;
}
.team-group ul {
    text-align: center;
    display: table;
    margin: 0 auto;
}
.team-group ul li{
	padding-right: 15px;
}
.team-group{
	background-color: #fcbd56;
	padding: 10px 20px;
	width: 92%;
	text-align: center;
	position: absolute;
	bottom:0;
	opacity: 0;
}
.team-icon{
	color: #ffffff;
}
.team:hover .team-group{
	opacity: 1;
}
.team{
	position:relative;
}
/*============================== 9.TEAM END ==================================*/
/*============================== 10.PRICE END ==================================*/
.price-group{
	background-color: #ffffff;
	padding: 20px;
	text-align: center;
}
.price-group p:first-child{
	font-family: 'Poppins', sans-serif;
	font-size: 46px;
	font-weight: 600;
	line-height: 52px;
	letter-spacing: 1px;
	color: #fcbd56;
}
.price-group p:nth-child(2){
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #222222;
}
.price-list ul li{
	margin-bottom: 10px;
	letter-spacing: 1px
}
.price-list ul li:last-child{
	margin-bottom: 30px;
}
/*============================== 10.PRICE END ==================================*/
/*============================== 11.CTA START ==================================*/
.cta-bg{
	background-image: url("../../images/1920x600x1.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 200px;
	padding-bottom: 200px;
}
.cta-group h2{
	color: #EC3642;
	padding-bottom: 15px;
}
.cta-group p{
	margin-bottom: 30px;
	color: #ffffff;
	letter-spacing: 1px;
}
.testomonial-contnet-width{
	width: 80%;
	font-weight: 500;
}
.testomonial-img-quote img{
	padding-bottom:30px;
	padding-top: 20px;
	width: auto !important;
}
.testimonial-row-padding{
	padding: 30px 0;
}
.testominal-name{
	color: #666666;
	font-size: 20px;
	letter-spacing: 1px;
	font-family:'Baloo Paaji', cursive;
	margin-top: 20px;
	width: 80%;
}
.testominal-role{
	color: #999999;
	font-size: 16px;
	letter-spacing: 1px;
	font-family:'Baloo Paaji', cursive;
	margin-top: 20px;
	width: 80%;
}
/*============================== 11.CTA END ==================================*/
/*============================== 12.FEATURED PRODUCT START ==================================*/
.featured-product{
	background-color: #ffffff;
	padding: 40px 20px;
	text-align: center;
}
.featured-product img{
	margin-bottom: 20px;
}
.featured-product h4{
	margin-bottom: 15px;
}
.featured-product h6{
	margin-bottom: 30px;
}

/*============================== 12.FEATURED PRODUCT END ==================================*/


/*============================== 11.CONTACT FORM  START ==================================*/
.news-img{
	position:relative;
}
.news-date{
	display: table;
	position: absolute;
	bottom:115px;
	left: 40px;
}

.news-date p:first-child{
	background-color:#EC3642;
	padding: 10px;
	letter-spacing:1px;
	color: #ffffff;
	display:table-cell;
	font-weight: 600;
}

.news h6{
	padding: 5px 10px;
	background-color: #dcdcdc;
	margin: 20px 0 10px 0;
	display: table;
}

.news-group h4{
	padding-bottom: 10px;
	margin-top: 20px;
}
.form-bg{
	background-image: url("../../images/1920x800x2.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;
	
}
.contact-form .form-control{
	margin-bottom: 20px;
}
.contact-form-img img{
	position:relative;
}
.contact-form-detail h5{
	color: #ffffff;
	padding-bottom: 10px;
}
.contact-form-detail p{
	letter-spacing: 1px;
}
.contact-form-detail{
	color: #ffffff;
	position:absolute;
	bottom: 0;
	background-color:rgba(31, 61, 157,0.7) ;
	padding: 20px;
	width:94.5%;
}
.form-icon{
	color: #ffffff;
	margin-right: 15px !important;
}
.contact-form .form-message{
	background-color: transparent;
	height: 80px;
}
.contact-form .form-input{
	background-color: transparent;
	height: 44px;
}
.contact-details{
	vertical-align: middle;
	padding-left: 20px;
}
.padding-bottom70{
	padding-bottom: 70px;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
}
#my_carousel_1 .owl-dots{
	display: none !important;
}
/*============================== 11.CONTACT FORM  END ==================================*/

/*======================================= 12.FOOTER AREA START =====================================*/

.footer-area {
	background-color: #333333;
}
.reach-img-display {
	display: table-cell;
	vertical-align: middle;
}
.reach-us-contant-display {
	display: table-cell;
	padding-left: 15px;
}
.para {
	margin-bottom: 0px;
	letter-spacing: 1px;
	word-break: break-word;
	color: #a9a9a9;
}
.para span {
	font-size: 14px;
	color: #ffffff;
}
.footer-align {
	text-align: center;
}
.footer-area .form-input {
	border: 1px solid #ededed;
	height: 45px;
	width: 100%;
	padding: 0 20px;
	min-height: 0px;
	font-size: 15px;
	position: relative;
}
.footer-area .boxed-btn {
	display: table !important;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	padding: 10px 20px;
	transition: all 0.3s ease-in;
	letter-spacing: 1px;
	border: 1px solid #fcbd56;
	background-color:#fcbd56;
	cursor: pointer;
	height: 45px;
	right: 0;
	border-radius: 0px !important;
}
.footer-area .boxed-btn:hover {
	background-color: #EC3642 ;
	color: #ffffff !important;
	border: 1px solid #b99e64 ;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.copy-right {
	margin-top: 30px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}
.line-mar {
	margin-top: 30px;
	border-top: 1px solid;
}
p a {
	color: #999999;
}
.footer-area .fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
	padding-right: 15px;
	font-size: 20px;
}
.footer-area .fa-twitter:before {
	content: "\f099";
	padding-right: 15px;
	font-size: 20px;
}
.footer-area .fa-youtube:before {
	content: "\f167";
	padding-right: 15px;
	font-size: 20px;
}
.footer-area .fa-instagram:before {
	content: "\f16d";
	font-size: 20px;
}
.footer-lists li{
	color: #a9a9a9;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.footer-lists li:last-child{
	padding-bottom: 0;
}
.footer-lists-icon{
	color: #1f3d9d;
	padding-right: 8px;
	color: #a9a9a9;
	font-size: 18px;
}
.opening-hours ul li h6{
	color: #ffffff;
}
.opening-hours ul li{
	padding-bottom: 10px;
}
/*========================== 12.FOOTER AREA END ====================================*/
/*========================== 13.MEDIA QUERIES START ====================================*/
@media only screen and (max-width: 1199px) {
	.course-time{
		margin-bottom:5px;
	}
	.course-price, .course-time{
		width: 100%;
	}
	.news-date {
		bottom: 142px;
	}

}
@media only screen and (max-width: 991px) {
	.navbar-nav {
		float: none !important;
	}
	.nav-style {
		padding: 5px 0px !important;
	}
}

@media only screen and (max-width: 991px) {
	.collapse:not(.show) {
		display: none;
	}
	   .contact-form-detail{
		   width: 95.5%;
	   }
   h1 {
		font-size: 40px;
		line-height: 48px;
	}
	h2 {
		font-size:30px;
		line-height: 38px;
	}
	h3 {
		font-size: 25px;
		line-height: 33px;
	}
	h4 {
		font-size: 24px;
		line-height: 32px;
	}
	h5 {
		font-size: 18px;
		line-height: 33px;
	}
	.padding-bottom-res{
		padding-bottom: 30px;
	}
	.margin-res-center{
		margin: 0 auto;
	}
	.social-icon-res-menu{
		margin: 0 auto !important;
		text-align: center;
		float: none !important;
		display: table;
	}
	.team-group {
		width: 87%;
	}

}
@media only screen and (min-width: 250px) and (max-width: 991px) {
	.navbar-collapse.collapse, .fixed-top .navbar-collapse {
		overflow-y: scroll;
	}
	.nav-header,
	.nav-header{
		position: absolute;
		bottom: 26px;
		right: 0px;
	}
	.navbar-nav > li {
		padding: 8px 0 0;
	}
	.navbar-nav > li:first-child {
		padding: 0px 0 0;
	}
	.navbar-nav > li > a,
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 0;
		padding-right: 0;
	}
    .navbar-right.nav {
        padding-bottom: 0 !important;
		position: relative;
    }
    .nav {
        float: none !important;
        display: table;
        padding-bottom: 10px !important;
		width: 100%;
    }
	.navbar-toggler {
		font-size: inherit;
		background-color: #ffffff;
		border: 1px solid #eeeeee !important;
		padding: 0.5rem 0.75rem;
	}
	.res-pad-bot20{
		padding-bottom: 20px;
	}
	.res-pad-bot30{
		padding-bottom: 30px;
	}
	.res-margin-bottom{
		margin-bottom: 30px;
	}
	.two-col-dish{
		width: 100%;
	}
	.form-bg{
		padding: 100px 0;
	}
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
	.two-col-bg {
		flex: unset !important;
		max-width: 100% !important;
		height: 800px;
	}
	.cta-bg,
	.header-static-bg{
		padding: 80px 0;
	
	}
	.res-margin-bottom30{
		margin-bottom: 30px;
	}
	.res-padding-bottom30{
		padding-bottom: 30px;
	}
	.res-padding-top30{
		padding-top: 30px;
	}
	h1 {
		font-size: 40px;
		line-height: 48px;
	}
	h2 {
		font-size:30px;
		line-height: 38px;
	}
	h3 {
		font-size: 25px;
		line-height: 33px;
	}
	h4 {
		font-size: 22px;
		line-height: 30px;
	}
	h5 {
		font-size: 18px;
		line-height: 33px;
	}
	.section-space{
		padding: 50px 0;
	}
	.our-projects-group {
		padding:  5px !important;
	}
	
	.logo-style {
		padding-bottom:15px;
	}
	.navbar-nav li {
		padding-right: 20px;
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 1px;
	}
	
   .testimonial-content {
		padding: 30px 20px;
	}
	.padding-bottom70 {
		padding-bottom: 30px;
	}
	.team-group {
		width: 94.5%;
		bottom: 30px;
	}
	.team-group-res{
		bottom: 0;
	}
	.news-date-res{
		bottom:112px;
	}
	.contact-form{
		background-color: rgba(0,0,0,0.5);
		padding: 10px;
	}
}
@media only screen and (min-width: 250px) and (max-width: 575px) {
	.home-static-bg{
		background-color: rgba(0,0,0,0.8);
		padding: 20px;
	}
	.two-col-bg {
		flex: unset !important;
		max-width: 100% !important;
		height: 540px;
	}
	.two-col-pad{
		padding-right: 15px;
		padding-left: 15px;
	}
	.res1-pad-bot3{
		padding-bottom: 30px;
	}
	
	.contact-form-detail{
		   width: 92.5%;
	   }
	   .pre-header-menu2 ul,
	   .navbar-collapse ul li,
	   .pre-header-menu1-icon,
	   .pre-header-menu1-left{
		   display: table !important;
	   }
}
@media only screen and (min-width: 250px) and (max-width: 520px) {
	
	.navbar-nav li:last-child{
		padding-bottom: 0;
	}
	.res-pre-menu{
		display: table !important;
	}
	.logo-style img{
		width:150px !important;
	}
	.menu-btn-group,
	.pre-header-menu1-icon{
		float: none !important;
		text-align: center;
		margin:15px auto 0 auto;
		
	}
	.pre-header-menu1-left{
		float: none !important;
		text-align: center;
		width: 100%;
	}
	.margin-res-top20{
		margin-top: 20px;
	}
	.pre-header-menu2 ul:first-child{
		margin: 0 auto;
	}
	
	.pre-header-menu2 ul li a{
		font-size: 12px;
		line-height: 20px;
	}
	.team-group {
		width: 94% !important;
	}

}
@media only screen and (min-width: 250px) and (max-width: 520px) {
	.team-group {
		width: 92.5% !important;
	}
}
@media only screen and (min-width: 250px) and (max-width: 340px) {
	.news-date {
		bottom: 164px;
	}
	.news-date-res {
		bottom: 134px;
	}
	.team-group {
		width: 90.5% !important;
	}
}
/* SAFARI MENU ISSUES*/

@media only screen and (min-width: 992px) {
	/*safari Browser*/
	.navbar-expand-lg .navbar-collapse {
		float: right !important;
		display: block !important;
		line-height: 24px !important;
	}
	.navbar-expand-lg .safari-menu {
		display: inline-block !important;
		vertical-align: middle !important;
	}
}

