@charset "utf-8";
/*
Template Name: Surogou
Author: <a href="https://www.os-templates.com/">OS Templates</a>
Author URI: https://www.os-templates.com/
Copyright: OS-Templates.com
Licence: Free to use under our free template licence terms
Licence URI: https://www.os-templates.com/template-terms
File: Layout CSS
*/

@import url("fontawesome-free/css/fontawesome-all.min.css");
@import url("framework.css");

/* Rows
--------------------------------------------------------------------------------------------------------------- */
.header .row0, .header .row0 a{}
.header .row1, .header .row1 a{}
.header .row2, .header .row2 a{}
.header .row3, .header .row3 a{}
.header .row4, .header .row4 a{}
.header .row5{border-top:1px solid;}


/* Top Bar
--------------------------------------------------------------------------------------------------------------- */
.header #topbar{padding:15px 0;font-size:.8rem;/* text-transform:uppercase; */}

.header #topbar ul li{display:inline-block; margin-right:10px; padding-right:15px; border-right:1px solid;}
.header #topbar ul li:last-child{margin-right:0; padding-right:0; border-right:none;}
.header #topbar i{line-height:normal;}


/* Header
--------------------------------------------------------------------------------------------------------------- */
.header #header{padding: 25px 15px;}

.header #header #logo *{margin:0; padding:0; line-height:1;}
.header #header #logo h1{font-size:32px; font-weight:700;}
.header #header #logo h1 span{font-size:4rem; font-weight:400;}

.header #header ul{}
.header #header ul li{}
.header #header ul li div{position:relative; min-height:60px; padding:0 0 0 80px;}
.header #header ul li div i{position:absolute; top:0; left:0; width:60px; height:60px; line-height:58px; font-size:22px; text-align:center; border:1px solid; border-radius:50%;}
.header #header ul li div span{display:block; padding:8px 0 0 0;}

.header #header div:last-child{margin-bottom:0;}/* Used when elements stack in small viewports */


/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
.header #pageintro{padding:180px 0;}

.header #pageintro article{display:block; max-width:75%;}
.header #pageintro .heading{margin-bottom:20px; font-size:4rem;}
.header #pageintro p:first-of-type{margin:0 0 20px 0; text-transform:uppercase; font-size:1.6rem; letter-spacing:5px;}
.header #pageintro footer{margin-top:50px;}


/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.header .container{padding:80px 0;}

/* Content */
.header .container .content{}

.header .sectiontitle{display:block; max-width:55%; margin:0 auto 80px; text-align:center;}
.header .sectiontitle *{margin:0;}

.header .ringcon{display:inline-block; border:1px solid; border-radius:50%;}
.header .ringcon i{display:block; width:160px; height:160px; line-height:160px; font-size:56px;}

.header .overview{}
.header .overview > li{margin-bottom:30px;}
.header .overview > li:nth-last-child(-n+3){margin-bottom:0;}/* Removes bottom margin from the last three items - margin is restored in the media queries when items stack */
.header .overview > li:nth-child(3n+1){margin-left:0; clear:left;}/* Removes the need to add class="first" */
.header .overview > li figure{position:relative; max-width:348px;}/* Uses the one_third width in pixels */
.header .overview > li figure a::after{position:absolute; top:0; right:0; bottom:0; left:0; content:"";}
.header .overview > li figure figcaption{display:block; position:absolute; bottom:0; width:100%; padding:15px;}
.header .overview > li figure a::after, .header .overview > li figure figcaption{}
.header .overview > li figure:hover a::after, .header .overview > li figure:hover figcaption{opacity:0; visibility:hidden;}
.header .overview > li figure figcaption *{margin:0;}
.header .overview > li figure .heading{margin-bottom:10px; font-size:1.2rem;}

/* Comments */
.header #comments ul{margin:0 0 40px 0; padding:0; list-style:none;}
.header #comments li{margin:0 0 10px 0; padding:15px;}
.header #comments .avatar{float:right; margin:0 0 10px 10px; padding:3px; border:1px solid;}
.header #comments address{font-weight:bold;}
.header #comments time{font-size:smaller;}
.header #comments .comcont{display:block; margin:0; padding:0;}
.header #comments .comcont p{margin:10px 5px 10px 0; padding:0;}

.header #comments form{display:block; width:100%;}
.header #comments input, .header #comments textarea{width:100%; padding:10px; border:1px solid;}
.header #comments textarea{overflow:auto;}
.header #comments div{margin-bottom:15px;}
.header #comments input[type="submit"], .header #comments input[type="reset"]{display:inline-block; width:auto; min-width:150px; margin:0; padding:8px 5px; cursor:pointer;}

/* Sidebar */
.header .container .sidebar{}

.header .sidebar .sdb_holder{margin-bottom:50px;}
.header .sidebar .sdb_holder:last-child{margin-bottom:0;}





/* Copyright
--------------------------------------------------------------------------------------------------------------- */
.header #copyright{padding:20px 0;}
.header #copyright *{margin:0; padding:0;}


/* Transition Fade
This gives a smooth transition to "ALL" elements used in the layout - other than the navigation form used in mobile devices
If you don't want it to fade all elements, you have to list the ones you want to be faded individually
Delete it completely to stop fading
--------------------------------------------------------------------------------------------------------------- */
*, *::before, *::after{transition:all .3s ease-in-out;}
.header #mainav form *{transition:none !important;}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Navigation
--------------------------------------------------------------------------------------------------------------- */
.header nav ul, .header nav ol{margin:0; padding:0; list-style:none;}

.header #mainav,.header #breadcrumb,.header .sidebar nav{line-height:normal;}
.header #mainav .drop::after, .header #mainav li li .drop::after,.header #breadcrumb li a::after,.header .sidebar nav a::after{position:absolute; font-family:"Font Awesome\ 5 Free"; font-weight:900; font-size:10px; line-height:10px;}

/* Top Navigation */
.header #mainav{position:relative;margin-bottom:-30px;padding:0;z-index:999;display:flex;}
.header #mainav ul{text-transform:uppercase;}
.header #mainav ul ul{z-index:9999; position:absolute; width:180px; text-transform:none; text-align:left;}
.header #mainav ul ul ul{left:180px; top:0;}
.header #mainav li{display:block; float:left; position:relative; margin:0; padding:0;}
.header #mainav li:last-child{margin-right:0;}
.header #mainav li li{width:100%; margin:0;}
.header #mainav li a{display:block; padding:20px;}
.header #mainav li li a{border:solid; border-width:0 0 1px 0;}
.header #mainav .drop{padding-left:15px;}
.header #mainav li li a, .header #mainav li li .drop{display:block; margin:0; padding:10px 15px;}
.header #mainav .drop::after, .header #mainav li li .drop::after{content:"\f0d7";}
.header #mainav .drop::after{top:25px; left:5px;}
.header #mainav li li .drop::after{top:15px; left:5px;}
.header #mainav ul ul{visibility:hidden; opacity:0;}
.header #mainav ul li:hover > ul{visibility:visible; opacity:1;}

.header #mainav form{display:none; margin:0; padding:0;}
.header #mainav form select, .header #mainav form select option{display:block; cursor:pointer; outline:none;}
.header #mainav form select{width: 293px; padding:5px; border:none;}
.header #mainav form select option{margin:5px; padding:0; border:none;}

/* Breadcrumb */
.header #breadcrumb{padding:150px 0 30px;}
.header #breadcrumb ul{margin:0; padding:0; list-style:none; text-transform:uppercase;}
.header #breadcrumb li{display:inline-block; margin:0 6px 0 0; padding:0;}
.header #breadcrumb li a{display:block; position:relative; margin:0; padding:0 12px 0 0; font-size:12px;}
.header #breadcrumb li a::after{top:4px; right:0; content:"\f0da";}
.header #breadcrumb li:last-child a{margin:0; padding:0;}
.header #breadcrumb li:last-child a::after{display:none;}
.header #breadcrumb .heading{margin:0; font-size:2rem;}

/* Sidebar Navigation */
.header .sidebar nav{display:block; width:100%;}
.header .sidebar nav li{margin:0 0 3px 0; padding:0;}
.header .sidebar nav a{display:block; position:relative; margin:0; padding:5px 10px 5px 15px; text-decoration:none; border:solid; border-width:0 0 1px 0;}
.header .sidebar nav a::after{top:10px; left:5px; content:"\f0da";}
.header .sidebar nav ul ul a{padding-left:35px;}
.header .sidebar nav ul ul a::after{left:25px;}
.header .sidebar nav ul ul ul a{padding-left:55px;}
.header .sidebar nav ul ul ul a::after{left:45px;}

/* Pagination */
.header .pagination{display:block; width:100%; text-align:center; clear:both;}
.header .pagination li{display:inline-block; margin:0 2px 0 0;}
.header .pagination li:last-child{margin-right:0;}
.header .pagination a, .header .pagination strong{display:block; padding:8px 11px; border:1px solid; background-clip:padding-box; font-weight:normal;}

/* Back to Top */
.header #backtotop{z-index:999; display:inline-block; position:fixed; visibility:hidden; bottom:20px; right:20px; width:36px; height:36px; line-height:36px; font-size:16px; text-align:center; opacity:.2;}
.header #backtotop i{display:block; width:100%; height:100%; line-height:inherit;}
.header #backtotop.visible{visibility:visible; opacity:.5;}
.header #backtotop:hover{opacity:1;}



/* Font Awesome Social Icons
--------------------------------------------------------------------------------------------------------------- */
.header .faico{margin:0; padding:0; list-style:none;}
.header .faico li{display:inline-block; margin:8px 5px 0 0; padding:0; line-height:normal;}
.header .faico li:last-child{margin-right:0;}
.header .faico a{display:inline-block; width:36px; height:36px; line-height:36px; font-size:18px; text-align:center;}

.header .faico a{color:#FFFFFF; background-color:#0E74A5;}
.header .faico a:hover{}

.header .faicon-dribble:hover{background-color:#EA4C89;}
.header .faicon-facebook:hover{background-color:#3B5998;}
.header .faicon-google-plus:hover{background-color:#DB4A39;}
.header .faicon-linkedin:hover{background-color:#0E76A8;}
.header .faicon-twitter:hover{background-color:#00ACEE;}
.header .faicon-vk:hover{background-color:#4E658E;}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Colours
--------------------------------------------------------------------------------------------------------------- */
/* body{color:#474747; background-color:#FFFFFF;} */
.header a{color:#F7A804;}
.header a:active, .header a:focus{background:transparent;}/* IE10 + 11 Bugfix - prevents grey background */
.header hr, .header .borderedbox{border-color:#D7D7D7;}
.header label span{color:#FF0000; background-color:inherit;}
.header input:focus, .header textarea:focus, .header *:required:focus{border-color:#56AED4;}

.header .overlay{color:#FFFFFF; background-color:inherit;}
.header .overlay::after{color:inherit; background-color:rgba(0,0,0,.55);}
.header .overlay.light{color:#474747;}
.header .overlay.light::after{background-color:rgba(255,255,255,.7);}

.header .btn, .header .btn.inverse:hover{color:#FFFFFF; background-color:#f44f4f; border-color:#f44f4f;}
.header .btn:hover, .header .btn.inverse{color:#FFFFFF; background-color:#f44f4f; border-color:#f44f4f;}

.header .logoname{color:#F7A804;}
.header .logoname span{color:#0E74A5;}


/* Rows */
.header .row0, .header .row0 a{color:#FFFFFF;  background: #2e3192;}
/* .header .row1{color:#474747; background-color:#FFFFFF;} */
.header .row1{color:#474747; background-image: url("../images/9.jpg"); background-repeat: no-repeat; background-size: cover;}
.header .row2{color:#474747; background-color:#F4F4F4;}
.header .row3{color:#474747; background-color:#FFFFFF;}
.header .row4{color:#474747; background-color:#FFFFFF;}
.header .row5, .row5 a{color:#474747; background-color:#FFFFFF;}
.header .row5{border-color:rgba(0,0,0,.1);}

.header .gradient{color:#FFFFFF; background:linear-gradient(to bottom right, #0E74A5, #4FB5F5);}


/* Top Bar */
.header #topbar ul li{border-color:rgba(255,255,255,.4);}
.header #topbar div:first-of-type li:first-child a{color:#F7A804;}


/* Header */
.header #header a{color:inherit;}
.header #header ul li div i{border-color:rgba(0,0,0,.1);}


/* Page Intro */
.header #pageintro{color:#FFFFFF;}

/*

/* Navigation */
.header #mainav
{
	color:#FFFFFF; 
	background-color:#f44f4f;
}
.header #mainav li a{color:inherit;}
.header #mainav .active a, .header #mainav a:hover, .header #mainav li:hover > a{ background-color:inherit; font-weight: bold;}
.header #mainav li li a, .header #mainav .active li a{color:#FFFFFF; background-color:rgb(244 79 79);/* #F7A804 */ border-color:rgba(0,0,0,.6);}
.header #mainav li li:hover > a, .header #mainav .active .active > a{color:#0E74A5; background-color:#F7A804;}
.header #mainav form select{color:#474747; background-color:#FFFFFF;}

.header #breadcrumb a{color:inherit; background-color:inherit;}
.header #breadcrumb li:last-child a{color:#F7A804;}

.header .container .sidebar nav a{color:inherit; border-color:#D7D7D7;}
.header .container .sidebar nav a:hover{color:#F7A804;}

.header .pagination a, .header .pagination strong{border-color:#D7D7D7;}
.header .pagination .current *{color:#FFFFFF; background-color:#F7A804;}

.header #backtotop{color:#FFFFFF; background-color:#F7A804;}




/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport{width:device-width;}


/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:1140px){
	.header .hoc{max-width:1140px;}
}


/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:978px) and (max-width : 768px) and (max-width : 600px)and (max-width: 500px) {
	.header .hoc{max-width:90%;}
/* 
	.header	#topbar{}

	.header#header{} */

	.header #mainav{
		margin-top: 33px;
		 background: none;
		}
	/* .header #mainav ul{display:none;} */
	/* .header #mainav form{display:block;} */

	/* .header #breadcrumb{} */

	/* .header .container{} */
	.header #comments input[type="reset"]{margin-top:10px;}
	.header .pagination li{display:inline-block; margin:0 5px 5px 0;}

	/* .header #footer{} */
 
	/* .header #copyright{} */
	.header #copyright p:first-of-type{margin-bottom:10px;}
}
@media screen and (max-width: 991px){
.header .block img {
    height: 60px !important;
}}
@media screen and (max-width: 991px){
	.header .logoname img {
		height: 60px !important;
		width: 200px;
		margin-top: 8px !important;
}}
@media screen and (max-width: 991px){
	.header .row1{
		background-size: auto !important;
	}
}
@media screen and (max-width:750px){
	.header .imgl, .header .imgr{display:inline-block; float:none; margin:0 0 10px 0;}
	.header.fl_left, .header .fl_right{display:block; float:none;}
	.header .group .group > *:last-child, .header .clear .clear > *:last-child, .header .clear .group > *:last-child, .header .group .clear > *:last-child{margin-bottom:0;}/* Experimental - Needs more testing in different situations, stops double margin when stacking */
	.header .one_half, .header .one_third, .header .two_third, .header .one_quarter, .header .two_quarter, .header .three_quarter{display:block; float:none; width:auto; margin:0 0 30px 0; padding:0;}

	.header #topbar{padding-top:15px; text-align:center;}
	.header #topbar ul{margin:0 0 15px 0; line-height:normal;}

	/* .header #header{} */

	.header #pageintro article{max-width:none; text-align:left;}
	.header #pageintro .heading{font-size:2rem;}
	.header #pageintro p:first-of-type{font-size:1rem;}

	.header .sectiontitle{max-width:none;}

	.header.overview > li:nth-last-child(-n+3){margin-bottom:30px;}

	.header #latest article{max-width:348px;}/* Uses the one_third width in pixels */

	.header #footer{padding-bottom:50px;}/* Not required, just looks a little better */
}

@media screen and (max-width:450px){
	.header #topbar ul li{margin-bottom:2px; padding-right:0; border-right:none;}
}


/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:650px){
	.header .scrollable{display:block; width:100%; margin:0 0 30px 0; padding:0 0 15px 0; overflow:auto; overflow-x:scroll;}
	.header .scrollable table{margin:0; padding:0; white-space:nowrap;}

	.header .inline li{display:block; margin-bottom:10px;}
	.header .pushright li{margin-right:0;}

	.header .font-x2{font-size:1.4rem;}
	.header .font-x3{font-size:1.6rem;}
}


@charset "utf-8";
/*
Template Name: Surogou
Author: <a href="https://www.os-templates.com/">OS Templates</a>
Author URI: https://www.os-templates.com/
Copyright: OS-Templates.com
Licence: Free to use under our free template licence terms
Licence URI: https://www.os-templates.com/template-terms
File: Framework CSS
*/

.header html{overflow-y:scroll; overflow-x:hidden;}
.header html, .header body{margin:0; padding:0; font-size:14px; line-height:1.6em;}

*, *::before, *::after{box-sizing:border-box;}

.header .bold{font-weight:bold;}
.header .center{text-align:center;}
.header .right{text-align:right;}
.header .uppercase{text-transform:uppercase;}
.header .capitalise{text-transform:capitalize;}
.header .hidden{display:none;}
.header .nospace{margin:0; padding:0; list-style:none;}
.header .block{display:block;}
.header .justified{text-align:justify;}
.header .inline *{display:inline-block;}
.header .inline *:last-child{margin-right:0;}
.header .pushright li{margin-right:20px;}
.header .pushright li:last-child{margin-right:0;}
.header .borderedbox{border:1px solid;}
.header .overlay{position:relative; z-index:1;}
.header .overlay::after{display:block; position:absolute; top:0; left:0; width:100%; height:100%; content:""; z-index:-1;}
.header .bgded{background-position:top center; background-repeat:no-repeat; background-size:cover;}
.header .circle{border-radius:50%; background-clip:padding-box;}

.header .btn{display:inline-block; padding:8px 18px 10px; text-transform:uppercase; border:1px solid;}

.header blockquote{display:block; position:relative; width:100%; margin:0; padding:0; line-height:1.4; z-index:1;}
.header blockquote::before{display:block; position:absolute; top:0; left:0; font-family:"Font Awesome\ 5 Free"; font-weight:900; font-size:60px; line-height:60px; content:"\f10d"; z-index:-1;}

.header .clear, .header .group{display:block;}
.header .clear::before, .header .clear::after, .header .group::before, .header .group::after{display:table; content:"";}
.header .clear, .header .clear::after, .header .group, .header .group::after{clear:both;}

.header a{outline:none; text-decoration:none;}

.header .fl_left, .header .imgl{float:left;}
.header .fl_right, .header .imgr{float:right;}

.header img{width:auto; max-width:100%; height:auto; margin:0; padding:0; border:none; line-height:normal; vertical-align:middle;}
.header .imgl{margin:0 15px 10px 0; clear:left;}
.header .imgr{margin:0 0 10px 15px; clear:right;}


/* Fonts
--------------------------------------------------------------------------------------------------------------- */
body, .header input, .header textarea, .header select{font-family:Verdana, Geneva, sans-serif;}
.header h1, .header h2, .header h3, .header h4, .header h5, .header h6, .header .heading{font-family:Georgia, "Times New Roman", Times, serif;}


/* Forms
--------------------------------------------------------------------------------------------------------------- */
.header form, .header fieldset, .header legend{margin:0; padding:0; border:none;}
.header legend{display:none;}
.header label, .header input, .header textarea, .header select, .header button{display:block; resize:none; outline:none; color:inherit; font-size:inherit; font-family:inherit; vertical-align:middle;}
.header label{margin-bottom:5px;}
:required, :invalid{outline:none; box-shadow:none;}
::placeholder{opacity:1;}/* Makes sure the placeholder text is not transparent */


/* Generalise
--------------------------------------------------------------------------------------------------------------- */
.header h1, .header h2, .header h3, .header h4, .header h5, .header h6, .header .heading{margin:0 0 20px 0; font-size:22px; line-height:normal; font-weight:normal; 
	/* text-transform:capitalize; */
}
.header .heading.nospace{margin-bottom:0;}

.header address{font-style:normal; font-weight:normal;}
.header hr{display:block; width:100%; height:1px; border:solid; border-width:1px 0 0 0;}

.header .font-xs{font-size:.8rem;}
.header .font-x1{font-size:1.2rem;}
.header .font-x2{font-size:1.8rem;}
.header .font-x3{font-size:2.8rem;}

.header .wrapper{display:block; position:relative; width:100%; margin:0; padding:0; text-align:left; word-wrap:break-word;}
/*
The "hoc" class is a generic class used to centre a containing element horizontally
It should be used in conjunction with a second class or ID
*/
.header .hoc{display:flex;margin:0 auto;}


/* HTML 5 Overrides
--------------------------------------------------------------------------------------------------------------- */
.header address, .header article, .header aside, .header figcaption, .header figure, .header footer, .header header, .header main, .header nav, .header section{display:block; margin:0; padding:0;}


/* Grid - RS-MQF 1140 V.2 - https://www.os-templates.com/free-basic-html5-templates/rs-mqf-1140
--------------------------------------------------------------------------------------------------------------- */
.header .one_half, .header .one_third, .header .two_third, .header .one_quarter, .header .two_quarter, .header .three_quarter{display:inline-block;float:left;margin:0 0 0 4.21052%;list-style:none;}

.header .first{margin-left:0; clear:left;}

.header .one_quarter{width:21.8421%;}
.header .one_third{width:30.52631%;}
.header .one_half, .header .two_quarter{
	/* width:47.89473%; */
}
.header.two_third{width:65.26315%;}
.header .three_quarter{width:73.94736%;}


/* Spacing
--------------------------------------------------------------------------------------------------------------- */
.header .btmspace-10{margin-bottom:10px;}
.header .btmspace-15{margin-bottom:15px;}
.header .btmspace-30{margin-bottom:30px;}
.header .btmspace-50{margin-bottom:50px;}
.header .btmspace-80{margin-bottom:80px;}

.header .rgtspace-5{margin-right:5px;}
.header .rgtspace-10{margin-right:10px;}
.header .rgtspace-15{margin-right:15px;}
.header .rgtspace-30{margin-right:30px;}
.header .rgtspace-50{margin-right:50px;}
.header .rgtspace-80{margin-right:80px;}

.header .inspace-5{padding:5px;}
.header .inspace-10{padding:10px;}
.header .inspace-15{padding:15px;}
.header .inspace-30{padding:30px;}
.header .inspace-50{padding:50px;}
.header .inspace-80{padding:80px;}

.header .bg-image
{
	background-image: url("../images/6.jpg"); 
	background-repeat: no-repeat; 
	background-size: 1585px 215px;
	filter: blur(20px);
  	-webkit-filter: blur(20px);
}

.tophead
{
	height: 60px;
    background: #2e3192;
}

.btntophead
{
	border-radius: 25px;
    margin: 6px;
	float : right;
	background-color: #f44f4f;
    border-color: #f44f4f;
	margin-top: 7px;
}

.mailtop
{
	color: white;
    padding: 20px;
}
@media screen and (max-width: 991px){
	.tophead h4{
		font-size: 11px;
		margin-top: 25px;
		padding : 0px !important;
		display: flex;
	}
}
@media screen and (max-width: 991px){
	.tophead .btntophead{
		font-size: 11px;
		padding: 5px;
		margin-top: 17px;
		margin-left: 5px !important;
	}
}
@media screen and (max-width: 991px){
	#mainav .navbar-header button{
		display : block !important;
	}
}
@media screen and (max-width: 768px){
	.header .wrapper {
		display: flex;
	} 
}
@media screen and (max-width: 768px){
	.header #mainav .container-fluid .navbar-collapse .collapse ul {
		font-size: 8.5px;
	}
}
@media screen and (max-width: 991px){
	.navbar-toggle{
		/* float : none; */
		/* margin-left: 45%; */
	}
}
@media only screen and (max-width: 600px) {
	.col-sm-4{
		
	}
}



