@media only screen and (min-width: 1801px){

	/* Bg-Layer */
	.cmt-left-span .cmt-col-wrapper-bg-layer {
	    margin-left: -500px;
	}
	.cmt-right-span .cmt-col-wrapper-bg-layer{
	    margin-right: -500px;
	}
}

@media only screen and (max-width: 1800px) and (min-width: 1601px){

	/* Bg-Layer */
	.cmt-left-span .cmt-col-wrapper-bg-layer {
	    margin-left: -400px;
	}
	.cmt-right-span .cmt-col-wrapper-bg-layer {
	    margin-right: -400px;
	}
}

@media only screen and (max-width: 1600px) and (min-width: 1401px){

	/* Bg-Layer */
	.cmt-left-span .cmt-col-wrapper-bg-layer {
	    margin-left: -300px;
	}
	.cmt-right-span .cmt-col-wrapper-bg-layer {
	    margin-right: -300px;
	}
}

@media only screen and (max-width: 1400px) and (min-width: 1171px){

	/* Bg-Layer */
	.cmt-left-span .cmt-col-wrapper-bg-layer {
	    margin-left: -200px;
	}
	.cmt-right-span .cmt-col-wrapper-bg-layer{
	    margin-right: -200px;
	}
}


@media only screen and (min-width: 1200px){

	.page-header {
		background: #99ca3d url('../images/header-waves.png') center right no-repeat;
	
	}
	
	.footer-logo {
	position: absolute;
	bottom: 3px;
}

/*topbar*/
	.cmt-top-info-con ul li:not(:last-child):after{
		content: "";
	    height: 40px;
	    width: 1px;
	    background-color: rgba(0,0,0,0.06);
	    display: block;
	    position: absolute;
	    right: 0px;
	    top: 36px;
	}
	
	#site-header-menu #site-navigation .menu ul > li > a {
	   	display: block;
	    margin: 0px 20px 0px 20px;
	    text-decoration: none;
	    z-index: 1;
	    height: 65px;
	    line-height: 65px;
		font-size: 15px;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	#site-header-menu #site-navigation .menu > ul ul li:hover > a {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	#site-header-menu #site-navigation .menu ul.dropdown > li > a:before{
	    width: 0;
	    height: 2px;
	    display: block;
	    opacity: 0;
	    position: absolute;
	    content: "";
	    left: 2%;
	    bottom: 18.5px;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	}
	#site-header-menu #site-navigation .menu ul.dropdown > li:hover > a:before,
	#site-header-menu #site-navigation .menu ul.dropdown > li.active > a:before{
    	opacity: 1;
    	width: 15px;
	}
	
	#site-header-menu #site-navigation .menu > ul > li ul a:before {
	    content: '';
	    display: inline-block;
	    height: 0;
	    width: 4px;
	    vertical-align: middle;
	    margin-right: 0;
	    opacity: 0;
	    visibility: hidden;
	    -webkit-transition: height .4s,opacity .4s ease,top .4s ease;
	    -o-transition: height .4s,opacity .4s ease,top .4s ease;
	    -moz-transition: height .4s,opacity .4s ease,top .4s ease;
	    transition: height .4s,opacity .4s ease,top .4s ease;
	    position: absolute;
	    top: 50%;
	    left: 0;
	    -webkit-transform: translateX(0);
	    -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	    -o-transform: translateX(0);
	    transform: translateX(0);;
	    transition: .3s all;
	}
	#site-header-menu #site-navigation .menu > ul > li ul a:hover:before,
	#site-header-menu #site-navigation .menu > ul > li ul li.active a:before{
    	top: 0;
	    height: -webkit-calc(100% + 1px);
	    height: -moz-calc(100% + 1px);
	    height: calc(100% + 1px);
	    opacity: 1;
	    visibility: visible;
	}
	/*#site-header-menu #site-navigation .menu > ul > li  ul li.active > a,
	#site-header-menu #site-navigation .menu > ul > li  ul li:hover > a {
    background-color: #f8f9fa;
	}*/
	
	.cmt-stickable-header.fixed-header {
		z-index: 111;
		/*background: #1b3b89 url('../images/header-bg.png') repeat-x; here */
	    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.06);
	    -webkit-animation: fadeInDown 0.4s linear forwards;
	    -moz-animation: fadeInDown 0.4s linear forwards;
	    -ms-animation: fadeInDown 0.4s linear forwards;
	    -o-animation:  fadeInDown 0.4s linear forwards;
	    animation: fadeInDown 0.4s linear forwards;
	}
	.cmt-stickable-header.fixed-header .site-navigation,
	.cmt-header-style-02 #site-header-menu .fixed-header #site-navigation .menu ul.dropdown > li > a,
	.cmt-header-style-02 .fixed-header .site-branding, 
	.cmt-header-style-02 .cmt-stickable-header.fixed-header .cmt-header-icons,
	.cmt-header-style-04 #site-header-menu .fixed-header #site-navigation .menu ul.dropdown > li > a,
	.cmt-header-style-04 .cmt-stickable-header.fixed-header .site-branding,
	.cmt-header-style-04 .cmt-stickable-header.fixed-header .cmt-header-icons,
	.cmt-header-style-04 #site-header-menu .cmt-stickable-header.fixed-header #site-navigation > .menu > ul > li > a
	{
		height: 68px;
		line-height: 68px;
	}
	.fixed-header {
	    position: fixed !important;
	    top: 0;
	    left: 0;
	    width: 100%; 
	    z-index: 9;
	}
	.cmt-header-style-01 .fixed-header .site-branding,
	.fixed-header .cmt-topbar-wrapper{
		display: none !important;
	}
	
	#site-header-menu #site-navigation .menu ul ul {
    position: absolute;
	display: block;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 0 4px 12px 0 -moz-rgba(0,0,0,.08);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.08);
    visibility: hidden;
    width: 280px;
    opacity: 0;
    z-index: 11;
    -webkit-transition: all 0.5s ease-in-out 0s; 
    -moz-transition: all 0.5s ease-in-out 0s; 
    -ms-transition: all 0.5s ease-in-out 0s; 
    -o-transition: all 0.5s ease-in-out 0s; 
    transition: all 0.5s ease-in-out 0s; 
	}
	.site-navigation .menu ul li > ul {
    top: 100%;
	}
	#site-header-menu #site-navigation .menu > ul > li:last-child > ul{
		right: 0;
		left: auto;
	}
	#site-header-menu #site-navigation div.menu > ul > li:nth-child(2) ul {
	    background-position: 0% 0%;
	    background-size: auto;
	    background-repeat: repeat;
	    background-attachment: scroll;
	}
    #site-header-menu #site-navigation > ul > li ul a:before {
        font-family: "FontAwesome";
        display: inline;
        text-decoration: inherit;
        text-align: center;
        font-size: 24px;
        line-height: 9px;
        content: "-";
        margin-right: 5px;
        transform: translateY(-50%) translateX(-10px);
        left: 0px;
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all;
    }
    .cmt-header-style-03 .cmt-rt-contact .cmt-custombutton ,
    .cmt-header-style-04 .cmt-rt-contact .cmt-custombutton{
        display: inline-block;
        position: relative;
        margin-left: 2px;
        -webkit-transition: all 0.3s ease-in-out 0s;
	    -moz-transition: all 0.3s ease-in-out 0s;
	    -ms-transition: all 0.3s ease-in-out 0s;
	    -o-transition: all 0.3s ease-in-out 0s;
	    transition: all 0.3s ease-in-out 0s;
    }
    .cmt-header-style-03 .cmt-custombutton i, .cmt-header-style-03 .cmt-custombutton a,
    .cmt-header-style-04 .cmt-custombutton a {
        font-size: 18px;
        font-weight: bold;
    }
    .cmt-header-style-02 #site-header-menu #site-navigation .menu ul.dropdown > li.active > a:before,
	.cmt-header-style-03 #site-header-menu #site-navigation .menu ul.dropdown > li.active > a:before,
	.cmt-header-style-04 #site-header-menu #site-navigation .menu ul.dropdown > li > a:before,
	.cmt-header-style-04 #site-header-menu #site-navigation .menu ul.dropdown > li:hover > a:before,
	.cmt-header-style-04 #site-header-menu #site-navigation .menu ul.dropdown > li.active > a:before{
    background-color: #fe982f;
	}

	/* .cmt-header-style-01 */
	.cmt-header-style-01 .site-branding {
	    display: table-cell;
	    vertical-align: middle;
	    float: left;
	    height: 120px;
	    line-height: 120px;
	    position: absolute;
	    top: 6px;
	    z-index: 111;
	   /* background-color: #fff; */
        padding: 0px;
	}
	 /*.cmt-header-style-01 .site-navigation { background: #1f3d8d url('../images/header-bg.png') repeat-x;} here */
	.site-navigation { height: 68px; line-height: 68px; }
	.cmt-header-style-04 .site-navigation , .cmt-header-style-04 .site-branding { height: 100px; line-height: 100px; }
	.cmt-header-style-01 .site-navigation:after,
	.cmt-header-style-03 .site-navigation:after{
	    position: absolute;
	    content: "";
	    right: 0;
	    top: 0;
	    width: 5000px;
	    height: 100%;
	    z-index: -1;
	}
	.cmt-header-style-01 .site-navigation:after{ left:0;}
	.cmt-header-style-01 .site-navigation:before,
	.cmt-header-style-03 .site-navigation:before {
	    position: absolute;
	    content: "";
	    top: 0;
	    width: 1200px;
	    right: 100%;
	    height: 100%;
	}
	.cmt-header-style-01 .cmt-topbar-wrapper{padding-left: 15px;}
	.cmt-header-style-01 #site-header-menu #site-navigation .menu ul.dropdown > li > a,
	.cmt-header-style-01 #site-header-menu #site-navigation .menu ul.dropdown > li > a:hover,
	.cmt-header-style-01 #site-header-menu #site-navigation .menu ul.dropdown > li.active > a{color: #233f91;}
	.cmt-header-style-01 .fixed-header nav.menu{float: left;}
	

	/* .cmt-header-style-02 */
	.cmt-header-style-02 .site-navigation { height: 82px; line-height: 82px; }
	.cmt-header-style-02 .cmt-topbar-wrapper { border-bottom: 1px solid rgba(255,255,255,0.09);	}
	.cmt-header-style-02 .cmt-stickable-header-w {
    position: absolute;
    z-index: 21;
    width: 100%;
    background-color: rgba(8, 21, 40, .85);
    box-shadow: none;
    -khtml-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
	}
	.cmt-header-style-02 .site-branding,
	.cmt-header-style-02  #site-header-menu #site-navigation .menu ul.dropdown > li > a{ height: 82px; line-height: 82px; }
	.cmt-header-style-02 #site-header-menu #site-navigation .menu ul.dropdown > li > a{color: #fff;}
	.cmt-header-style-02 #site-header-menu #site-navigation .menu ul.dropdown > li > a:before{ background-color: #fff; }
	.cmt-header-style-02 .cmt-header-icons .cmt-header-search-link a:after{ background-color: rgba(255,255,255,.09) !important; }
	.cmt-header-style-02 .cmt-header-icons .cmt-header-search-link a {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    z-index: 9;
    margin: 0 18px;
	}
	.cmt-header-style-02 #site-header-menu #site-navigation .menu ul.dropdown > li > a:before{bottom: 29px;}
	.cmt-header-style-02 #site-header-menu .fixed-header #site-navigation .menu ul.dropdown > li > a:before {  bottom: 20px;}
	.cmt-header-style-02 .cmt-header-icons:last-child .cmt-header-search-link a{margin-right: 0;}
	.cmt-header-style-02 .cmt-stickable-header.fixed-header {  background-color: #081528;}
	.cmt-header-style-02 .cmt-header-icons .cmt-header-search-link a:after,
	.cmt-header-style-04 .cmt-header-icons .cmt-header-search-link a:after {
	    height: 30%;
	    width: 1px;
	    background-color: rgba(8, 21, 40, .09);
	    right: -15px;
	    top: 35%;
	}

	/* cmt-header-style-03 */
    .cmt-header-style-03 .cmt-header-top-wrapper .site-branding {
        float: left;
        text-align: left;
        display: block;
        position: relative;
        z-index: 10;
    }
    .cmt-header-style-03 .cmt-stickable-header-w { height: auto; position: relative; }
    .cmt-header-style-03 #site-header-menu #site-navigation .menu ul.dropdown > li > a, 
    .cmt-header-style-03 .cmt-header-icons, .cmt-header-style-03 .cmt-header-icon { height: 66px; line-height: 66px; }
    #site-header-menu #site-navigation .menu > ul > li:last-child:after{ display: none; }
    .cmt-header-style-03 .site-navigation{position: relative;background-color: #081528;}
    .cmt-header-style-03 #site-header-menu #site-navigation .menu { float: none;	}
    .menu{float: right;}
	.cmt-header-icons , .cmt-header-icon, .site-navigation .cmt-social-links-wrapper { float: right; }
	.cmt-header-style-03 #site-header-menu .site-header-menu-inner .container{position: relative;padding: 0;}
	.cmt-header-style-03 .cmt-header-icons{ float: left; }
	.cmt-header-style-03 #site-header-menu .cmt-stickable-header.fixed-header #site-navigation > ul > li > a,
	.cmt-header-style-03 .cmt-stickable-header.fixed-header .cmt-header-icons,
	.cmt-header-style-03 .cmt-stickable-header.fixed-header .cmt-header-icon{ height: 65px; line-height: 65px; }
	.cmt-header-style-03 .cmt-header-icons .cmt-header-cart-link{ margin-left: -5px; margin-right: 10px; }
	.cmt-header-style-03 #site-header-menu #site-navigation .menu > ul > li > a{ color: #fff; }
	.cmt-header-style-03 #site-header-menu .visible-title .container, 
	.cmt-header-style-03 .site-header-menu-inner {	position: relative; background-color: transparent; }
	.cmt-header-style-03 .cmt-search-overlay{ right: -10px; }


	/* cmt-header-style-04 */
	.cmt-header-style-04 #site-header-menu #site-navigation .menu ul.dropdown > li > a:before { bottom: 37px; }
	.cmt-header-style-04 #site-header-menu .fixed-header #site-navigation .menu ul.dropdown > li > a:before { bottom: 20px; }
	.cmt-header-style-04 #site-header-menu #site-navigation .menu ul.dropdown > li > a{
		height: 100px;
	    line-height: 101px;
	}
	.cmt-header-style-04 .cmt-stickable-header.fixed-header .cmt-header-icon{ 
		height: 70px; 
		line-height: 70px; 
	}
	.cmt-header-style-04 .fixed-header .site-navigation,
	.cmt-header-style-04 #site-header-menu .fixed-header #site-navigation .menu ul.dropdown > li > a {
	    height: 70px;
	    line-height: 70px;
	    transition: none;
	}
	.cmt-header-style-04 .cmt-header-search-link:after{
		display: block;
	    content: "";
	    position: absolute;
	    height: 22px;
	    width: 1px;
	    right: 0px;
    	top: 40%;
	    background-color: rgba(24,35,51,0.08);
	}

	/* featured-imagebox */
	.featured-imagebox-services:hover .services-icon-box{transform: translateX(-110px)  translateY(-100px);}
	

}

@media all and (max-width: 1199px) {

	header .container { max-width: 100%;}
	.cmt-header-style-01 .site-branding img { max-height: 60px; }

	.cmt-menu-toggle {
	    position: relative;
	    height: 30px;
	    width: 30px;
	    float: left;
	}
	.cmt-menu-toggle label {
	    cursor: pointer;
	    position: absolute;
	    z-index: 99;
	    height: 100%;
	    width: 100%;
	    top: 32px;
	    left: 0;
	    margin : 0;
	}
	.cmt-menu-toggle .toggle-block {
	    position: absolute;
	    height: 2px;
	    width: 100%;
	    padding: 0;
	    background-color: #262626;
	}
	.cmt-menu-toggle .toggle-blocks-1 {
	    position: relative;
	    float: left;
	}
	.cmt-menu-toggle .toggle-blocks-2 {
	    position: relative;
	    float: left;
	    margin-top: 6px;
	}
	.cmt-menu-toggle .toggle-blocks-3 {
	    position: relative;
	    float: left;
	    margin-top: 6px;
	}
	.cmt-menu-toggle input[type=checkbox]:checked ~ .cmt-menu-toggle-block > .toggle-blocks-2 { opacity: 0; }
	.cmt-menu-toggle input[type=checkbox]:checked ~ .cmt-menu-toggle-block > .toggle-blocks-1 {
	    transform: rotate(135deg);
	    -webkit-transform: rotate(135deg);
	    margin-top: 10px;
	}
	.cmt-menu-toggle input[type=checkbox]:checked ~ .cmt-menu-toggle-block > .toggle-blocks-3 {
	    transform: rotate(-135deg);
	    -webkit-transform: rotate(-135deg);
	    margin-top: -10px;
	}
	#site-header-menu #site-navigation .menu {
	    clear: both;
	    min-width: inherit;
	    float: none;
	}
	#site-header-menu #site-navigation .menu > li > ul.sub-menu {
	    padding: 0px;
	    border: none;
	}
	#site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul , 
	#site-header-menu #site-navigation .menu ul li > ul li a:before{ display: none;}
	#site-header-menu #site-navigation .menu.active,
	#site-header-menu #site-navigation .menu > ul ul.active { max-height: 55em; display: block;}
	#site-header-menu #site-navigation .menu > ul > li:last-of-type a { border: none; }
	#site-header-menu #site-navigation .menu li a {
	    color: #fff;
	    display: block;
	    padding: 0.8em;
	    position: relative;
	}
	#site-header-menu #site-navigation .menu ul li:hover > ul {
	    display: block;
	}
	#site-header-menu #site-navigation .menu ul li > ul{ padding-left: 15px; }
	#site-header-menu #site-navigation .menu ul.dropdown li a.active:after { content: '\f106'; font-family: 'FontAwesome'; }
	#site-header-menu #site-navigation .menu ul ul, #site-header-menu #site-navigation .menu ul ul ul {
	    display: inherit;
	    position: relative;
	    left: auto;
	    top: auto;
	    border: none;
	}

	/* header */
	.site-header-menu-inner.cmt-stickable-header{ width: auto; display: block; position: relative;}
	.site-branding{ float: none; text-align: center; }
	.site-branding  {
	    display: block; 
	    width: 50%;
	    z-index: 1;
		margin: 0 auto -80px;
	}
	.cmt-stickable-header-w{ height: 80px; line-height: 80px;}
	.cmt-header-icon.cmt-header-cart-link, .cmt-content-wrapper,.site-navigation .cmt-social-links-wrapper { display: none;}
	.cmt-header-icons, .cmt-header-icon,.site-branding { height: 80px; line-height: 80px;}
	.cmt-header-icons .cmt-header-cart-link a, .cmt-header-icons .cmt-header-search-link  a{ color: rgba(2,13,38,1);}
	#site-header-menu #site-navigation .menu ul > li ul li > a { padding : 15px 15px 15px 0;}
	#site-header-menu #site-navigation .menu > ul {
		position: absolute;
	    padding: 10px 20px;
	    box-shadow: rgba(0,0,0,0.12) 3px 3px 15px;
	    z-index: 100;
	    width: 100%;
	    top: 80px;
	    background-color: #fff;
	    border-top: 3px solid;
	}
	#site-header-menu #site-navigation .menu > ul{
		border-top-color: #1f3d8d !important;
	}
	#site-header-menu #site-navigation .menu ul.dropdown > li > ul > li.has-submenu > a:after{ content: '\f107'; }
	#site-header-menu #site-navigation .menu ul.dropdown > li > ul > li.has-submenu > a.active:after{ content: '\f106'; }
	#site-navigation .menu > ul li:not(:last-child){
		border-bottom: 1px solid rgba(153, 202, 61, 0.5);
	}
	#site-header-menu #site-navigation .menu ul.dropdown > li > a:after{ 
		position: absolute;
		right: 0;
		font-size: 16px;
		opacity: .8;
	}
	#site-header-menu #site-navigation .menu ul > li.has-submenu > a:after {
	    content: "\f107";
	    display: inline-block;
	    font-family: "FontAwesome";
	    position: relative;
	    font-size: 20px;
	    position: absolute;
	    right: 5px;
	}
	#site-header-menu #site-navigation .menu ul li a {
	    display: block;
	    padding: 15px 0px;
	    text-decoration: none;
	    height: auto;
		color: #233f91;
	}
	#site-header-menu #site-navigation .menu li, #site-header-menu #site-navigation .menu > ul > li {
    	display: block;
	}
	#site-header-menu #site-navigation .menu,#site-header-menu #site-navigation .menu > ul ul{ 
		overflow: hidden;
	    max-height: 0;
	    background-color: #fff;
	}
	.cmt-search-overlay .w-search-form-row:before{ right: 7px; }
	.cmt-rt-contact,.header-btn{display: none;}

	/* cmt-menu-toggle */
	.cmt-menu-toggle .spinner {
      position: absolute;
      height: 2px;
      width: 100%;
      padding: 0;
      background-color: #262626;
    }

	/* Header-style-03 */
	.cmt-header-style-03 .cmt-top-info-con, .cmt-topbar-wrapper ,
	.cmt-header-style-03 .cmt-rt-contact .cmt-custombutton{
	    display: none;
	}

	/* Header-style-02 */
	.cmt-header-style-02 .cmt-menu-toggle .toggle-block{ background-color: #fff; }
	.cmt-header-style-02 .site-branding{position: relative;}
	.cmt-header-style-02 .cmt-header-icons .cmt-header-cart-link a, 
	.cmt-header-style-02 .cmt-header-icons .cmt-header-search-link a { color: #fff; }
	.cmt-header-style-02 .cmt-header-icons{position: absolute;top: 0;right: -15px; }

	/* tabs */
	.cmt-tabs ul.tabs.text-right{ text-align: left !important; }

	/* padding */
	.res-1199-ptb-0{ padding: 0px !important; }
	.res-1199-pt-0{ padding-top: 0px !important; }
	.res-1199-pb-30{ padding-bottom: 30px !important; }
	.res-1199-pl-30{ padding-left: 30px !important; }
	.res-1199-pb-50{ padding-bottom: 50px !important; }
	.res-1199-mt-0{ margin-top: 0 !important; }
	.res-1199-mt-10{ margin-top: 10px !important; }
	.res-1199-mt-20{ margin-top: 20px !important; }
	.res-1199-mb-10{ margin-bottom: 10px !important; }
	.res-1199-mb-20{ margin-bottom: 20px !important; }
	.res-1199-mtb-0{ margin-top: 0 !important; margin-bottom: 0px !important;}
	.res-1199-mr-0{ margin-right: 0 !important; }
	.res-1199-plr-0{ padding-left: 0px !important; padding-right: 0px !important; }
	.res-1199-plr-15{ padding-left: 15px !important; padding-right: 15px !important; }
	.res-1199-ml_30{margin-left: -30px!important;}

	.spacing-5 {margin-left: 15px;}


	/* cmt-bg-layer */
	.cmt-row .container, .cmt-row .container-fluid, .cmt-page-title-row .container, footer .container, .element-row .container, .sidebar .container{ max-width: 100%; }
	.cmt-row .container, .cmt-page-title-row .container, footer .container, .element-row .container, .sidebar .container{ padding: 0; }
	.cmt-row .container > .row, .cmt-page-title-row .container > .row, footer .container .row, .element-row .container > .row , .sidebar .container > .row{ margin: 0; }

}

@media only screen and (max-width: 1101px) and (min-width: 992px){
	.cmt-row.testimonial-section,
	.cmt-row.fid-left-section.style2 {
    padding-top: 90px;
	}
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
	
	.spacing-7 { padding: 65px 15px 70px 15px;}
	.spacing-9{padding-left: 15px; padding-right: 70px;}
	.spacing-10{padding-right: 15px;}
	.spacing-11 { margin-left: -50px;}
	.lg-mr-15{margin-right: 15px;}

}

@media (min-width: 992px){

	
	.cmt-tabs.cmt-tab-style-classic ul.tabs{display: -webkit-flex; display: flex;width: 100%;}

	/* footer */
	.first-footer .cmt-footer-cta-wrapper:after{
	    position: absolute;
	    content: "";
	    right: 0;
	    top: 0;
	    width: 5000px;
	    height: 100%;
	    z-index: -1;
	}
	.cmt-header-style-01 .site-navigation:after,
	.cmt-header-style-03 .site-navigation:after,
	.first-footer .cmt-footer-cta-wrapper:after { left:0;}
}

@media (max-width: 991px){

	
	
	.featured-title.cta.button {
		padding: 40px 20px 20px 0px;
		max-width: 220px;
		margin: 0px auto;
	}

	.featured-title h5 {
		transform: none;
	}
	
	.newbg {
		transform: none;
		padding: 40px 0px 0px 40px;
	}
	
	.newbg2 {
		transform: none;
		left: 0px;
		padding: 10px 0px 20px 40px;
	}
	
	.why-choose {
    padding: 40px 40px;
    transform: none;
    left: 0px;
	margin: 0;
	}

	.why-choose h2.white {
		transform: none;
	}
	.section-title.with-desc.text-center .title-header {
    	margin-bottom: 0px;
	}
	
	.featured-title.cta h3 {
		font-size: 18px;
	}	
	
.cmt-equal-height-image{ display: block; width: 100%; }

	/* cmt-btn */
	.cmt-btn.float-right{ float: none!important; }

	/* cmt-bg-layer */
	[class*='col-md'] .cmt-col-bgimage-yes, .bg-layer-equal-height [class*='col-md'] .cmt-col-bgcolor-yes {
    height: auto !important;
	}

	/* title */
	.section-title.style2 .title-header { width: 100%;}
	.section-title.style2 .title-header:after { content: unset;} 
	.section-title.style2 .title-header, .section-title.style2 .title-desc {display: block;}
	

	.pattern-bg {
    background-image: none;
	}

	/* cmt-row */
	body .page.cmt-sidebar-true .site-main,
	.cmt-row,
	.cmt-row.portfolio-section.style2{ padding: 30px 15px !important; }
	
	.cmt-row .portfolio-text-section.green {
		padding: 20px 0px 20px 0px;
	}
	
	
	.cmt-row.broken-section, 
	.cmt-row.portfolio-section,
	.cmt-row.contact-section {padding: 0 0 !important;}
.cmt-row.portfolio-text-section{padding-bottom: 0 !important;}*/
	.cmt-row.fid-left-section,
	.cmt-row.post-section.style2,
	.cmt-row.service-section.style3,
	.cmt-row.service-section.style2,
	.cmt-row.blog-grid-section,
	.cmt-row.our-team-page-section,
	.cmt-row.services-top-section, .cmt-row.portfolio-top-section{padding-bottom: 30px !important;}
	.cmt-row.quality-section{padding-bottom: 30px !important;}
	.cmt-row.team-section.style2 { padding-bottom: 20px !important; }

	.cmt-row.row-title-section { padding: 50px 0 60px !important; }

	.experience-section {  margin-bottom: 0;}
	.cmt-row.testimonial-section.style2 { margin-top: 0;}

	/* spacing */
	.spacing-1 { padding: 30px 15px 30px 0; }
	.spacing-3 { padding: 75px 15px 30px 15px;}
	.spacing-4 { padding: 20px 20px 10px; margin-top: 30px; margin-bottom: 0;}
	.spacing-5 { padding: 30px 15px 30px 15px;}
	.spacing-6 {  padding: 30px 0px 30px 0px;}
	.spacing-7 { padding: 30px 15px 35px 15px;}
	.spacing-9 { padding: 50px 15px 50px 15px;}
	.spacing-10 {padding: 50px 0px 50px 0;}
	.spacing-11 { padding: 40px 20px 40px 20px; margin-left: 15px; margin-right: 15px;}

	/* center */
	.ttm_single_image-wrapper , .single-img ,.cmt-reset-content-center-991{ text-align: center !important; }
	.ttm_single_image-wrapper.border-style1{margin-bottom: 90px;}
	.ttm_single_image-wrapper.border-style1 img{width: 100%;}

	/* featured-box */
	.featured-thumbnail img{ width: 100%; }
	.featured-imagebox-post .featured-content { padding: 30px 15px !important;}

	/* featured-icon-box */
	.featured-icon-box.style2 { padding: 40px 40px;}
	.featured-icon-box.style3 { padding: 0 0px 13px 0;}
	.cmt-fid-view-lefticon.style2{margin-bottom: 20px !important;}
	.featured-icon-box.center-icon {  padding: 25px 15px;}
	.featured-icon-box.style11 {  padding: 15px;}

	/* footer */
	.footer .widget.services1 { margin-bottom: 10px; }
	.footer .widget.services2 { margin-top: 10px; margin-bottom: 20px; }

	
	.footer. .widget-area.right {
		margin-top: 18px;
	}

	ul.cmt-recent-post-list>li{padding-bottom: 20px !important;}


	/* processbox */
	.cmt-processbox-wrapper{ display: block; }
	.cmt-processbox-wrapper .cmt-processbox { width: 100%; padding-bottom: 20px; }

	/* map */
	.map-wrapper{ height: 290px !important; padding: 0px !important; }

	/* element-page */
	.element-row  { padding: 50px 0 0 !important; }
	.element-row > .section-title h2.title{ margin-top: 0px ;}

	/* shop */
	.cmt-product-image-box img{ width: 100%; }
	div.product .summary .product-rating{ float: none; }
	div.product.cmt-single-product-details div.images,
	div.product.cmt-single-product-details div.summary{ width: 100%; float: none; }

	/* sidebar */
	.sidebar .content-area{ padding-top: 35px; padding-bottom: 0px; }
	.sidebar .sidebar-right, .sidebar .sidebar-left { padding-top: 0px; padding-bottom: 15px;}
	.sidebar .widget-area .widget { margin: 15px 0 15px; padding: 15px;}
	.widget.widget-nav-menu ul li { padding: 15px 15px 15px 50px;}
	.featured-icon-box.style9 { margin-bottom: 15px;}
	.sidebar.style2 .widget-area .widget{margin-left: 0;}
	.sidebar .widget .widget-title { font-size: 21px; line-height: 30px;}

	/* breadcrumb */
	.cmt-page-title-row{ padding: 80px 0 80px; }
	.breadcrumb-wrapper { padding: 8px 0;}
	.breadcrumb-wrapper span { font-size: 16px; line-height: 20px;}
	.breadcrumb-wrapper span i { margin: 0 5px;}


	/* margin */
	.res-991-m-0{margin: 0 !important;}
	.res-991-ml-0{ margin-left: 0 !important ; }
	.res-991-mr-0{ margin-right: 0 !important; }
	.res-991-mt-0{ margin-top: 0 !important; }
	.res-991-mt-15{margin-top: 15px !important;}
	.res-991-mb-0{ margin-bottom: 0 !important; }
	.res-991-mtb-0{ margin-top: 0 !important; margin-bottom: 0px !important;}
	.res-991-mt_15{ margin-top: -15px !important;}
	.res-991-mt-20{ margin-top: 20px !important;}
	.res-991-mt-30{ margin-top: 30px !important;}
	.res-991-mt-40{ margin-top: 40px !important; }
	.res-991-mt-50{ margin-top: 50px !important; }
	.res-991-mt-70 {  margin-top: 70px !important;}
	.res-991-mb-15{ margin-bottom: 15px !important;}
	.res-991-mb-20{ margin-bottom: 20px !important;}
	.res-991-mb-30{ margin-bottom: 30px !important;}
	.res-991-mb-40{ margin-bottom: 40px !important;}
	.res-991-mb-50{ margin-bottom: 50px !important;}
	.res-991-mlr-15{ margin-left: 15px !important; margin-right: 15px !important; }
	.res-991-ml_30{margin-left: -30px!important;}
	.res-991-mt_30{margin-top: -30px !important;}
	.res-991-mr-15{margin-right: 15px !important;}
	
	/* padding */
	.res-991-p-0{ padding: 0 ! important;}
	.res-991-pt-10{ padding-top: 10px !important;}
	.res-991-pt-15{ padding-top: 15px !important; }
	.res-991-pt-30{ padding-top: 30px !important; }
	.res-991-pt-40{ padding-top: 40px !important; }
	.res-991-pt-45{ padding-top: 45px !important; }
	.res-991-pt-50{ padding-top: 50px !important; }
	.res-991-ptb-0{ padding-top: 0px !important ; padding-bottom: 0px !important ; }
	.res-991-pt-0 { padding-top: 0px !important; }
	.res-991-pl-0 { padding-left: 0px !important; }
	.res-991-pr-0 {padding-right: 0!important;}
	.res-991-pr-15 {padding-right: 15px!important;}
	.res-991-pl-15 { padding-left: 15px !important; }
	.res-991-pb-0{ padding-bottom: 0px !important }
	.res-991-pb-5{ padding-bottom: 5px !important }
	.res-991-pb-30{ padding-bottom: 30px !important }
	.res-991-pb-50{ padding-bottom: 50px !important }
	.res-991-pb-60{ padding-bottom: 60px !important }
	.res-991-pb-70{ padding-bottom: 70px !important }
	.res-991-pb-80{ padding-bottom: 80px !important }
	.res-991-pb-90{ padding-bottom: 90px !important }
	.res-991-pb-100{ padding-bottom: 100px !important }
	.res-991-plr-0{ padding-left: 0px  !important; padding-right: 0px !important;	}
	.res-991-plr-15{ padding-left: 15px !important; padding-right: 15px !important;	}
	.res-991-ptb-35{ padding-top: 35px !important; padding-bottom: 35px !important;	}

	.res-991-h-auto{height: auto !important;}

	section.error-404 {  padding: 90px 0 90px;}
}


@media (min-width: 768px){

	div.product.cmt-single-product-details div.images { width: 40%;	}
	div.product.cmt-single-product-details div.summary { width: 57%; }
	.comment-list .reply {
    position: absolute;
    top: 15px;
    right: 15px;
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
	.md-mr-15{ margin-right: 15px;}
}
@media (max-width: 767px){

	.page-header {
		background: #99ca3d;
	}
	.page-header h2 {
		padding-right: 50px;
	}

	.featured-title.cta.button {
		padding: 0px 0px 20px 0px;
	}

	.featured-title.cta {
		padding: 20px 0px;
	}

	.footer-logo {
		position: relative;
		top: 15px;
	}
	
	.featured-title.cta {
		float: none;
	}
	
	.footer-logo,
	.featured-title.cta {
		text-align: center;
	}

	/* Page-Title */
	.title-box .page-title-heading h1{ font-size: 40px ; line-height: 40px; }

	/* section-title */
	.section-title h2.title { font-size: 30px; line-height: 34px;}
	.section-title h4.title { font-size: 24px; line-height: 30px;}
	.section-title.row-title h2.title { font-size: 36px; line-height: 40px;}
	.section-title.row-title h4 { font-size: 32px; font-weight: 400; margin-bottom: 10px; line-height: 38px;}
	.section-title.row-title ul.list-inline li { font-size: 16px; line-height: 26px; padding-right: 10px;}
	.section-title.row-title ul.list-inline li i { margin-left: 10px;}
	.section-title.with-desc.text-center .title-header { margin-bottom: 50px;}
	.section-title.style2 {  padding-bottom: 20px;}

	/* footer */
	.cmt-footer-cta-wrapper .widget-area:not(:last-child) { margin-bottom: 20px; }
	.footer .widget-area:nth-child(2) .widget { margin-top: 0;} 
	.first-footer .cmt-footer-cta-wrapper .featured-title h5 { font-size: 30px;}
	.cmt-footer-cta-wrapper .featured-icon-box .cmt-icon.cmt-icon_element-size-lg i { font-size: 40px;}
	.cmt-footer2-left{ text-align: center; }
	.cmt-footer2-right{ text-align: center; }

	/* margin */
	.res-767-mb-0{	margin-bottom: 0px!important; }
	.res-767-mb-15{	margin-bottom: 15px!important; }
	.res-767-mb-30{	margin-bottom: 30px!important; }
	.res-767-mt-0{ margin-top: 0px !important; }
	.res-767-mt-30{	margin-top: 30px !important; }
	.res-767-mt-40{	margin-top: 40px !important; }
	.res-767-mt-50{	margin-top: 50px !important; }


	/* padding */
	.res-767-plr-15{ padding: 0 15px !important; }
	.res-767-pl-15{ padding-left: 15px !important; }
	.res-767-pr-15{ padding-right: 15px !important; }
	.res-767-pl-0{ padding-left: 0px !important; }
	.res-767-pr-0{ padding-right: 0px !important; }
	.res-767-p-30{ padding: 30px; }
	.res-767-pb-30{	padding-bottom: 30px!important;	}
	.res-767-pt-30{	padding-top: 30px!important; }
	.res-767-pt-15{	padding-top: 15px!important; }

	/* spacing */
	.spacing-5 { padding: 30px 15px 30px 15px; margin: 0 15px;}
	.spacing-6 {  padding: 40px 0px 50px 0px;margin: 0 15px;}

	.res-767-fnone { float: none !important;}

	/* tab */
	.cmt-tabs.cmt-tab-style-vertical .content-tab{ padding: 10px 20px; }
	.cmt-tabs.cmt-tab-style-horizontal ul.tabs li,
	.cmt-tabs.cmt-tab-style-horizontal ul{ display: block; margin-right: 0; }
	.cmt-tabs.cmt-tab-style-horizontal ul.tabs li a{ border-radius: 0; }

	/* cart */
	table.shop_table:not(.checkout-review-order-table) tr td{ display: block; text-align: right; }
	table .cart_item .product-thumbnail,
	.shop_table_responsive thead{ display: none; }
	table.shop_table:not(.checkout-review-order-table) tbody tr{ display: block; }
	table.shop_table_responsive tr.cart_item td:not(.product-remove)::before {
	    content: attr(data-title) ": ";
	    font-weight: 700;
	    float: left;
	}
	.coupon{ float: none; padding-bottom: .5em; }
	td.actions button{ width: 100%; }
	.coupon input, td.actions .coupon .button{ width: auto; }
	.quantity{ display: inline-block; }
	.cart-collaterals{ margin-top: 0px; }
	.cart-collaterals .cart_totals{ width: 100%; float: none; }

	/* cmt-fid */
	.cmt-fid-view-lefticon.style1 { border-top: 1px solid transparent;padding-bottom: 35px;padding-top: 25px;}
	.row > [class*='col-']:not(:last-child) .cmt-fid-view-lefticon.style1:after{background-color: transparent;}
	
	/* featured-imagebox */
	.featured-imagebox-post.top-image.style1 .post-meta {padding: 7px 35px;}
	.featured-imagebox-post.style1 .featured-content { padding: 30px 15px;}

	/* featured-icon-box */
	.featured-icon-box.style11 { width: 100%; margin-bottom: 20px;}
	.row .col-md-3:not(:last-child) .featured-icon-box.style4 {  border-bottom: none;}

	/* blog */
	.social-media-block .media-button ul li{margin-bottom: 15px;}
	article.cmt-blog-classic .cmt-blog-classic-content { padding: 15px 15px;}
	.cmt-blog-classic .post-meta { margin: 15px -15px; padding: 10px 15px;}
	.cmt-blog-classic .post-meta .cmt-meta-line {padding-right: 8px;}
	.cmt-blog-classic .post-meta .cmt-meta-line:not(:last-child):after { right: 2px;}
	.pagination-block { margin-bottom: 15px; margin-top: 30px;}

	/* contact */
	.contact-box{margin-bottom: 20px;}
	.cmt-row.map-section{padding-top: 0!important;}

	/* team-member */
	.cmt-team-member-single-content form { padding: 20px 5px 5px;}
}

@media (max-width: 640px){

	/* cmt-search-overlay */
	.cmt-search-overlay{
		right: 0px;
    	width: 292px;
    }
}
@media (max-width: 575px){

	.site-branding img{ max-height: 33px; }

	/* header */
	.cmt-header-style-01 .site-branding img { max-height: 60px; }

	/* single-blog */
	.cmt-post-prev-next-buttons{ text-align: center; }
	.cmt-post-prev-next-buttons a.float-right{ float: none !important; }

	/* footer */
	.first-footer .cmt-footer-cta-wrapper{ padding-left: 0; padding-right: 0; }
	
	/* featured-icon-box */
	.row > [class*='col-']:not(:first-child) > .featured-icon-box.style5:before { background-color: transparent;}
	.featured-icon-box.style5 { padding-left: 0;}

	/* blog */
	.cmt-blog-single .blockquote-box { padding: 20px 15px 20px 15px;}
	.cmt-blog-single .blockquote-box:after{display: none;}
	.comment-box{display: block;padding-left: 0;}
	.comment-author {
    display: block;
    text-align: left;
    margin: 0;
    float: none;
	}
	.comment-body, .comment-list .children {
    margin-left: 0;
	}
	.comment-meta, .comment-meta span {
    text-align: left;
    display: block;
    margin-top: 10px;
	}
	.cmt-blogbox-desc-footer .cmt-social-share-wrapper{display: none;}
	.res-575-mr-0{margin-right: 0px !important;}

	/* featured-imagebox */
	.featured-imagebox-post.left-image .featured-content {  padding-bottom: 10px !important;}

	.res-575-ml-0{margin-left: 0px !important;}
	.more-project-box .cmt-post-prev-next-buttons{text-align: right;display: block;}
	.more-project-box .cmt-social-share-wrapper{margin-bottom: 10px;} 
	
	
}
@media (max-width: 480px){
.ttm_single_image-wrapper.border-style2 { margin-right: 0;}
.more-project-box .cmt-post-prev-next-buttons{text-align: left;display: block;}

.quote-mobile-version {
	display: none;
}

}