
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('../fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gothamlight';
    src: url('../fonts/gothamlight-webfont.woff2') format('woff2'),
         url('../fonts/gothamlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/gothammedium-webfont.woff2') format('woff2'),
         url('../fonts/gothammedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

 
/* ===============================================
    General
------------------------*/

/** Variables **/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
a, button, input { 
    outline: none; 
}
ol, ul{ 
    padding: 0; 
    margin: 0;
}
strong{ 
  font-weight: 700;
}
iframe{
  width: 100%;
  border: none;
  display: block;
}
p { 
    margin: 0 0 15px; 
}

*::-moz-selection { 
    background: #13c5dd; 
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #13c5dd; 
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: #13c5dd; 
    color: #fff; 
    text-shadow: none; 
}

textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input, 
select{
    font-family: inherit;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 13px 15px 14px;
    border-radius: 0;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 14px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}
button, input[type="submit"], 
input[type="button"], 
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none;
    -webkit-font-smoothing: antialiased;
}
button:focus{
    box-shadow: none;
    outline: 0;
    border: 0;
}
textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus {
    border: 1px solid #13c5dd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: searchfield;
}


/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }


textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder ,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholde  {   
  color: #fff;
}

menu, ol, ul {
    margin: 16px 0;
    padding: 0 0 0 25px;
}

:root {
  --main-skin: #13c5dd;
  --main-dark: #0e204d;
  --light-dark: rgba(0,0,0s,.8);
  --main-white: #ffffff;
  --light-white: rgba(255,255,255,.8);
  --light-grey: #f7f7f5;
}

body {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.1px;
    color: #848e9f;
	text-align:justify;

}
h1, h2, h3, h4, h5, h6 { font-family: 'gothambold'; margin-bottom: 15px; font-weight: 600; color :#0e204d;}
h1 { font-size: 60px; line-height: 72px; }
h2 { font-size: 50px; line-height: 60px; }
h3 { font-size: 38px; line-height: 48px; }
h4 { font-size: 30px; line-height: 40px; }
h5 { font-size: 20px; line-height: 26px; }
h6 { font-size: 18px; line-height: 20px; }

.container {
    max-width: 1170px;
}

/** Extra-outer **/
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
body .site-main {
    /*background-color: #fff;*/
    position: relative;
    z-index: 1;
}
body .page.sidebar-true .site-main{ 
    padding: 0;
    background-color: #fff;
}
a{ color: #0e204d; }
a, img{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
label { font-size: 14px; }
.fs-16 { font-size: 16px !important; line-height: 24px }
.fs-18 { font-size: 18px !important; line-height: 26px }
.fs-20 { font-size: 20px !important; line-height: 30px }
.fs-22 { font-size: 22px !important; line-height: 26px }
.fs-24 { font-size: 24px !important; line-height: 26px }
.fs-26 { font-size: 26px !important; line-height: 36px }
.fs-28 { font-size: 28px !important; line-height: 38px }
.fs-30 { font-size: 30px !important; line-height: 40px }

.font-weight-500 { font-weight: 500 !important; }
.font-weight-600 { font-weight: 600 !important; }


.box-shadow{ box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10) }
.border-rad_3 { border-radius: 3px; overflow: hidden; }
.border-rad_4 { border-radius: 4px; overflow: hidden; }
.border-rad_5 { border-radius: 5px; overflow: hidden; }
.border-rad_6 { border-radius: 6px; overflow: hidden; }
.border-rad_7 { border-radius: 7px; overflow: hidden; }
.border-rad_8 { border-radius: 8px; overflow: hidden; }
.border-rad_9 { border-radius: 9px; overflow: hidden; }
.border-rad_10 { border-radius: 10px; overflow: hidden; }

.alignleft {
    float: left;
    margin: .425em 1.75em 1.25em 0;
}
.alignright {
    float: right;
    margin: .425em 0 1.25em 1.75em;
}
.z-index_1{ z-index: -1; }
.z-index-0{ z-index: 0; }
.z-index-1{ z-index: 1; }
.z-index-2{ z-index: 2; }


.ttm_single_image-wrapper { position: relative;}
.ttm_single_image-wrapper.ttm_single_image_hover { overflow: hidden; }
.ttm_single_image-wrapper.ttm_single_image_hover:after {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,.3)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.ttm_single_image-wrapper.ttm_single_image_hover:hover:after {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine{ 100% { left:125% } }
@keyframes shine{ 100% { left:125% } }

.ttm_single_image-wrapper .ttm-play-icon-btn {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.ttm_single_image-wrapper.imagestyle-one {
    padding-right: 65px;
    margin-right: -65px;
    z-index: 9;
    padding-top: 65px;
}
.ttm_single_image-wrapper.imagestyle-one:before {
    background-image: url(../images/images-img-pattern-bg1.png);
    content: '';
    position: absolute;
    width: 190px;
    height: 226px;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    z-index: -1;
}

.ttm_single_image-wrapper.imagestyle-two {
    margin-top: 80px !important;
    margin-bottom: 50px !important;
}
.ttm_single_image-wrapper.imagestyle-two:before {
    content: '';
    position: absolute;
    height: calc(100% + 130px);
    width: 83%;
    left: 50%;
    top: -80px;
    z-index: -1;
    background-color: #f8f8f8;
}
.ttm_single_image-wrapper.imagestyle-two .ttm_single_image_text {
    font-size: 23px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 110px;
    padding-left: 105px;
    transform: translateY(-35px);
}
.ttm_single_image-wrapper.imagestyle-two .ttm_single_image_text:before {
    background-color: #db2d46;
    -webkit-mask: url(../fonts/images-image-arrow.svg) no-repeat 100% 100%;
    -webkit-mask-box-image: url(../fonts/images-image-arrow.svg);
    content: '';
    position: absolute;
    width: 90px;
    height: 50px;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    right: auto;
	
}


/* ===============================================
    Spacing
------------------------*/



.callPhone {
display:none!important;
 width:120px;
 height: 120px;
 position: fixed;
 bottom: 0;
 left: 25px;
 right: 0;
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: center;
 z-index:99999;
}
.callPhone span{height: 65px; width: 65px; display:block!important; background-color: #00aada !important; color:#fff; border-radius: 50%;}
.callPhoneIco{ max-width: 40px; position: absolute; top: 0; bottom: 0; margin: auto; left: 0; right: 0;}
 .icon:after {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 top: 0;
	 content: '';
	 background-color: transparent;
	 border-radius: 50%;
	 border: 1px solid #00aada;
	 opacity: 1;
	 animation: ring-circle-anim 1.2s infinite ease-in-out;
	 transition: all 0.5s;
	 transform-origin: 50% 50%;
}
 .icon:before {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 top: 0;
	 content: "";
	 background-color: rgba(0, 170, 218, 1);
	 border-radius: 50%;
	 border: none;
	 animation: ring-circle-fill-anim 2.3s infinite ease-in-out;
	 transition: all 0.5s;
	 transform-origin: 50% 50%;
}
 .osc-rotation {
	 box-sizing: border-box;
	 animation: oscillate-rotation 1s infinite ease-in-out;
	 transform-origin: 50% 50%;
}

 @keyframes ring-circle-anim {
	 0% {
		 transform: rotate(0) scale(1.1) skew(0deg);
		 opacity: 0;
	}
	 30% {
		 transform: rotate(0) scale(1.5) skew(0deg);
		 opacity: 0.5;
	}
	 100% {
		 transform: rotate(0) scale(1.7) skew(0deg);
		 opacity: 0.1;
	}
}
 @keyframes ring-circle-fill-anim {
	 0% {
		 transform: rotate(0) scale(1) skew(0deg);
		 opacity: 0.2;
	}
	 50% {
		 transform: rotate(0) scale(1.4) skew(0deg);
		 opacity: 0.2;
	}
	 100% {
		 transform: rotate(0) scale(1.1) skew(0deg);
		 opacity: 0.2;
	}
}
 @keyframes oscillate-rotation {
	 0% {
		 transform: rotate(0) scale(1) skew(0deg);
	}
	 10% {
		 transform: rotate(-25deg) scale(1) skew(0deg);
	}
	 20% {
		 transform: rotate(25deg) scale(1) skew(0deg);
	}
	 30% {
		 transform: rotate(-25deg) scale(1) skew(0deg);
	}
	 40% {
		 transform: rotate(25deg) scale(1) skew(0deg);
	}
	 50% {
		 transform: rotate(0) scale(1) skew(0deg);
	}
	 100% {
		 transform: rotate(0) scale(1) skew(0deg);
	}
}
 



/*FAQs*/
.faqCover #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

.faqCover #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #f39310;
      font-size: 17px;
    font-weight: 600;
  
  color: #fff;
  padding: 20px;
  position:relative;
}
.faqCover #faq .card .collapse.show {
  background: #f7f7f7;
  line-height: 30px;
  color: #222;
}
.faqCover #faq .card .card-header .btn-header-link:after {
  content: "";
  font-weight: 900;
  float: right;
  background: url(../images/ft-arrow.png) no-repeat;
  width: 15px;
    height: 15px;
	    transform: rotate(272deg);
	 position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.faqCover #faq .card .card-header .btn-header-link.collapsed:after {
  content: "";
  transform: rotate(90deg);
}


.faqCover #faq .card .card-header .btn-header-link.collapsed {
  background: #166e1f;
  color: #fff;
}



.faqCover #faq .card .collapsing {
  background: #FFE472;
  line-height: 30px;
}

.faqCover #faq .card .collapse {
  border: 0;
}




/*UPDATE*/
.consUpdateCover h2{ text-align:center; border-top:1px solid #ccc; border-bottom:1px solid #ccc; display:inline-block; font-size:28px!important; width:400px; margin:0 auto; padding:6px 6px 6px 6px!important;}
.consUpdateCover h4{ text-align:center; font-size:17px; color:#000;}
.contUpdate{ border-bottom:2px dashed #ccc; padding-bottom:10px; margin-bottom:20px;}
.contUpdate .cards {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 100%;

}
.contUpdate .cards img{ width:100%;}
.contUpdate .card__title {
	font-size:17px;
    margin-top: 5px;
    margin-bottom: 10px;
}


.contUpdate .card {
  margin-right: 25px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
    width: 33.3%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
}
.contUpdate .card:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    transform: scale(1.10, 1.10);
}

.contUpdate .card__info {
  background-color: #fcfcfc;
  border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
   padding: 10px 24px 10px 24px;
   text-align:center;
}

.contUpdate .card__category {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
  color: #868686;
}


.contUpdate .card__author {
    font-weight: 600;
    text-decoration: none;
    color: #AD7D52;
}


.contUpdate .card:hover .card__info {
    background-color: transparent;
    position: relative;
}

.contUpdate .card:hover .card__info-hover {
    opacity: 1;
}


/*FLOOR PLAN*/
.firstTab{ }
.firstTab .card-body{ padding-top:10px;}
.bhktwo{ text-align: left; max-width: 800px; margin: 20px auto 20px auto; color: #000; font-weight: 600; border: 1px solid #ccc; border-radius: 10px; padding: 5px 12px;} 
.bhktwo .bhktwoRight{ font-weight: bold; color: #000; font-size: 20px;float:right;}
.fpTab .nav-tabs{ border-bottom:2px solid #ccc; border-radius:0!important; padding:0!important;}
.fpTab .nav-tabs>.nav-item>.nav-link{ padding:10px 0; background: none!important; color: #a5a5a5!important; margin:0 10px;}
.fpTab .nav-tabs>.nav-item>.nav-link.active{color:#166e1f!important; border-bottom:2px solid #166e1f;border-radius:0!important;}

.card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    background:#f0f1f5;
    border-radius: 25px;
}

.card .card-header {
    background-color: transparent;
    border-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.card[data-background-color="orange"] {
    background-color: #f96332;
}

.card[data-background-color="red"] {
    background-color: #FF3636;
}

.card[data-background-color="yellow"] {
    background-color: #FFB236;
}

.card[data-background-color="blue"] {
    background-color: #2CA8FF;
}

.card[data-background-color="green"] {
    background-color: #15b60d;
}

/*[data-background-color="orange"] {
    background-color: #f39310;
}*/

[data-background-color="black"] {
    background-color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) p {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item) {
    color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    color: #FFFFFF;
}



.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.now-ui-icons.objects_umbrella-13:before {
    content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
    content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
    content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
    content: "\ea4b";
}

.nav-tabs {
    border: 0;
    padding: 15px 0.7rem;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.card .nav-tabs {
    border-radius: 15px;
}

.nav-tabs>.nav-item>.nav-link {
    color: #888888;
    margin: 0;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
	font-weight:bold;
	letter-spacing:.6px;
    padding: 17px 23px;
    line-height: 1.5;
	background:#ccc;
}

.nav-tabs>.nav-item>.nav-link:hover {

}

.nav-tabs>.nav-item>.nav-link.active {
    background-color: #166e1f;

    color: #FFFFFF;
}

.nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}



.now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Outline';
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*HOME*/
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.hdContact{z-index: 9; font-size: 17px; font-weight: 600; position:absolute; right:214px; top:2px; color:#f49311;}
.rare{z-index: 9; font-size: 14px; font-weight: 600; position:absolute; right:0; top:0; padding:4px 11px; background:#166e20; color:#fff; -webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;}

.homeBanner{ position:relative;}
.bannerText{ position:absolute; left:7%; top:170px; /*bottom:160px;*/ margin:0; width:410px; height:464px; text-align:left!important;}
.birdicon{ margin: 0 auto 20px 80px; display: block;}
.bannerText h1{ font-size:34px;line-height: 40px; font-family:Arial, Helvetica, sans-serif;}
.bannerText h1 span{ color:#82a740;}
.bannerText .banText{ font-size:17px; color:#000!important; padding-bottom:30px; display:block;}
.bannerText  a{ background: #166e1f; padding: 10px 15px; width:180px; font-size:17px; font-family: 'gothammedium'; color:#fff; text-align:center; border-radius: 50px; display:block;}


/*CONTACT US*/

.sec2addr{}
.sec2addr p span{ background:#000; color:#fff; border-radius:50px; width:35px; height:35px; line-height:35px; display:inline-block; text-align:center; margin-right:10px;}

/* Left contact page */
.form-horizontal {
  /*float: left;*/
  max-width: ;
  font-family: 'Lato';
  font-weight: 400;
  background:#fcfcfc; display:block;
  
  padding:50px;
  min-height:400px;
  
    -webkit-border-top-right-radius: 40px;
-webkit-border-bottom-right-radius: 40px;
-moz-border-radius-topright: 40px;
-moz-border-radius-bottomright: 40px;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
}

.form-horizontal .text-input{font-family: "Poppins",sans-serif;}

.send-button {
  margin-top: 15px;
  height: 34px;
  width: 400px;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.alt-send-button {
  width: 400px;
  height: 34px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;

  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
.direct-contact-container {
min-height:549px;
  padding:50px;
  background:#116019;
  -webkit-border-top-left-radius: 40px;
-webkit-border-bottom-left-radius: 40px;
-moz-border-radius-topleft: 40px;
-moz-border-radius-bottomleft: 40px;
border-top-left-radius: 40px;
border-bottom-left-radius: 40px;
}
.direct-contact-container .list-item{ color:#fff;}
.direct-contact-container  .contact-text, .direct-contact-container  .contact-text a{ color:#fff;}

.ttm-btn{ font-size:20px!important; font-weight:400!important; font-family: "Poppins",sans-serif; background: #1f832a!important; border-color: #1f832a!important; }
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover{background-color: #424242!important; border-color: #116019!important;}


/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #aaa;
}

.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #bbb;
}

.place {
  margin-left: 42px;
}

.phone {
  margin-left: 42px;
}

.gmail {
  margin-left: 42px;
}

.contact-text a {
  color: #bbb;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #fff;
  text-decoration: none;
}

/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative; 
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 10px 3px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(13 79 179);
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #fff; 
}

.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color: #000;
}

.copyright {
  font-family: 'gothamlight';
  color: #fff;
  text-align: center;
}

hr {
  border-color: rgba(255,255,255,.6);
}

/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }  
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 569px) {

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
 
  
  .name, .email, textarea {
    width: 280px;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}
/*END CONTACT US*/

/*OUR TEAM*/
.teamPage{padding-bottom:400px!important;}
.mainContainer.fourContainer .team-card{ width: 21.8%; height: 305px;

-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.mainContainer.fourContainer .image-wrapper{ width: 170px; height: 170px;}
.mainContainer.fourContainer .team-card:hover .team-card-body { transform: translateY(-16%)!important; border-top:1px solid #ccc; padding-top:10px;}

 .mainContainer .team-card {

 	width:29.3%;
	 margin: 1em;
	 
	 /*NEW*/
	 position:relative;
	 height:320px;
	 
	 -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
	 
	 
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.056), 0 6.7px 5.3px rgba(0, 0, 0, 0.081), 0 12.5px 10px rgba(0, 0, 0, 0.1), 0 22.3px 17.9px rgba(0, 0, 0, 0.119), 0 41.8px 33.4px rgba(0, 0, 0, 0.144), 0 100px 80px rgba(0, 0, 0, 0.2);

    transition: all 0.3s ease;
	background:#fff;
	overflow:hidden;
}

 .mainContainer .team-card:hover .team-card-body { }
.image-wrapper{
	position: relative;
    width: 210px;
    height: 210px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    padding: 15px 15px 0 15px;
    transition: all 0.5s ease;
    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.20);
	margin-top:20px;
	border:4px solid #74c3fc;
}
 .mainContainer .team-card .team-card-img-top {
	 width:100%;
	 height:100%;
     position: absolute;
     left: 0;
     top: 0; 
}

.team-card-img-wrapper{}
.team-card-img-wrapper h5{ text-align:center; padding-top:18px;}
.mttinfo{font-size:13px; text-align:center; line-height: 13px; margin: 0 0 5px 0;}
.mainContainer {
	 width: 1090px;
	 display: flex;
	 justify-content: space-between;
	 
	 flex-wrap: wrap;
}

.team-card-img-wrapper{


	position: relative;

    transition: all 0.5s ease;

	
	/*transform: translateY(50%);*/
	 transform: translateY(0%);
	 transition: 0.5s;
	 position: relative;
	 z-index: 2;
	 width: 352px;
	 height: 332px;
	 
	 width:100%;
}

 .mainContainer .team-card .team-card-body {
	/* z-index: 1;
	 box-sizing: border-box;
	 
	 min-height: 414px;
	 */
	 padding: 0 1.25em 1px 1.25em;
	 background: white;
	 transform: translateY(-100%);
	 transition: 0.5s;
	     
	 opacity: 0;
	 
}
.mainContainer .team-card:hover .team-card-body { transform: translateY(-16%)!important; border-top:1px solid #ccc; padding-top:10px;}


 .mainContainer .team-card .team-card-body .team-card-title {
	 margin: 0 0 4px 0;
	 font-size: 1em;
	 font-weight: bold;
	 line-height: 1.2;
	 text-align:center;
}
 .mainContainer .team-card .team-card-body .team-card-text {
 	font-size:13px;
	line-height: 20px;
	 margin: 0 0 1em 0;
}
 .mainContainer .team-card .team-card-body .btn:hover {
	 color: white;
	 background: black;
}
.mainContainer .team-card:hover{ overflow:visible;}
 .mainContainer .team-card:hover .team-card-img-top {
	 background:#74c3fc;
}
 .mainContainer .team-card:hover .team-card-body {
	 transform: translateY(-3%);
	 
	 /*NEW*/
	 position:absolute;
	 z-index:9;
	 opacity: 1;
}
 
 
 @media only screen and (max-width: 1100px){
 
 .mainContainer{  width: 100%;}
 .mainContainer .team-card{width: 100%; height: auto;}
 .mainContainer .team-card .team-card-img-top{ height: auto;}
 .mainContainer .team-card .team-card-body{opacity: 1; transform: inherit; position:relative; min-height: auto;}
 
 
.mainContainer.fourContainer{ width: 100%;}
.mainContainer.fourContainer .team-card{width: 100%; height: auto;}
.mainContainer.fourContainer .team-card{margin: 0 0 20px 0;}

 }
 
 
/*END OUR TEAM*/

/*ABOUT US*/
.contentPages{margin-top:150px; padding: 0 0 70px;}
.contentPages p{ font-size: 17px; color: #000!important;}
.about-section{ position: relative; }
.about-section .aboutImg img{ 
	max-width:100%; 
	box-shadow: 0 30px 50px rgba(8,13,62,.15);
    border-radius: 10px;
}

.sec-title{
  position:relative;
  z-index: 1;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #00aeef;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #000;
  font-weight: 600;
  padding-bottom:0;
  margin-bottom:10px;
  text-align:center;
}



.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #00aeef;
}

.btn-style-one:hover{
  background-color: #0794c9;
  color: #ffffff;
}



.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-top: 10px;
}

.about-section .text{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
  padding-top: 75px;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 0;
  padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: orange;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 165px);
    border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
  display: block;
  font-weight: 400;
}
.about-section .image-column .inner-column:before{
    /*content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 160px);
    top: -80px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 44px solid #00aeef;*/
}

.about-section .image-column .image-1{
  position: relative;
}
.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
      border-radius: 10px;
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
  color: #fff;
  }
/*END ABOUT US*/

/*HOME*/

a.rmore{ color:#fff; padding: 10px 25px; background: #454040; border-radius: 50px; margin-top:25px; display:block; width:150px; text-align:center;}
a.rmore:hover{background:#rgb(30 145 254); color:#fff;}


/* blockquote card colors */
blockquote.q-card-color-1{
  --accent-color: rgb(32 32 54);
  --bg-color: rgb(30 145 254);
  --dot-color: rgb(255 255 255 / .35);
  --text-color: rgb(243 243 243);
  --text-color-author: rgb(243 243 243);
}

/* blockquote card setup*/

blockquote.q-card{
  --padding: 1rem;
  padding: var(--padding);
  color: var(--text-color, black);
  font-weight: 600;
  background-color: rgb(146, 162, 177);
  display: grid;
  gap: 1rem;
  background-image: radial-gradient( circle, var(--dot-color, rgb(0 0 0 / .125)) calc(25% - 1px), transparent 25% );
  background-size: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  box-shadow: 0.5rem 0.5rem 2rem rgb(116 146 175);
  
}
blockquote.q-card .content{
	padding: 0 25px 30px 25px;
	font-size: 24px;
 	line-height: 45px;
	text-align: left;
}

blockquote.q-card::before{
  --qHeight: 4rem;
  content: "";
  margin-left: calc(var(--padding) * 1);
  margin-top: calc(var(--padding) * 1);
  height: var(--qHeight);
  width: calc(var(--qHeight) * 1.1);
  background-image:
    radial-gradient(
      circle at bottom right,
      transparent calc(var(--qHeight) / 4 - 1px),
      var(--accent-color, black) calc(var(--qHeight) / 4) calc(var(--qHeight) / 2), 
      transparent calc(var(--qHeight) / 2 + 1px)
    ),
    linear-gradient(var(--accent-color, black), var(--accent-color, black));
  background-size: calc(var(--qHeight) / 2) calc(var(--qHeight) / 2);
  background-position: top left, bottom left;
  background-repeat: space no-repeat
}

blockquote.q-card > .author{
  color: var(--text-color-author, white);
  background-color: var(--accent-color, black);
  justify-self: end;
  font-size: 0.75em;  
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}
blockquote.q-card > .author::before{
  content: "- "
}















.ttm-row.team-section border-dark{border-color: #343a40!important;}



.contactbg{ position:relative;}


#logo-img{background: #fff; border-radius: 4px; padding: 3px; height: 88px; width: auto!important;}
#site-header-menu .ttm-stickable-header.fixed-header .site-navigation ul.menu li a { color: #444040; }


.fourBox{ position:relative;}
.fourBox:before{content:""; background: #f5e8d7; height: 130px; width: 100%; display: block; position:absolute;}
.featured-imagebox{ padding:25px 20px; text-align:center; background:#fff; 
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;  
-webkit-box-shadow: 0 0 8px 0 rgba(29,42,77,.11);
-moz-box-shadow: 0 0 8px 0 rgba(29,42,77,.11);
box-shadow: 0 0 8px 0 rgba(29,42,77,.11);
}

.featured-imagebox-team.style2 .featured-content {
    position: relative;
    text-align: left;
    padding: 24px 20px 25px 40px;
    background-color: #fff;
    -webkit-transition: all .35s;
}



.clientLogo{ margin-bottom:20px;}
.client-thumbnail img {height: 125px;}
.iconsBox span{ font-size:20px; font-weight:600; color:#166e1f; display:block; margin-top:10px;}

.iconsBox{ display:flex; justify-content: center;}
.iconsBox .client-box{ margin:0 2.6% 10px 2.6%;}

.locationBox{ background:#3d8744; padding:50px 0; margin-top:0;}
.locationBox .title-header{ text-align:center;}
.locationBox .title-header h2.title-2{ font-size:50px; color:#fff; margin-bottom: 10px;}
.locationBox .title-header p{  font-weight:600; color:#fff;}

.locationContent{}
.locOne{ display:flex; margin-top:5px; margin-bottom:35px;}
.locOne img{ max-width:90px;}
.locOne .lcBox{ color:#fff; padding-top:10px; padding-left:10px;}
.locOne h3{ font-size:24px; line-height: 26px; color:#fff; margin-bottom: 8px;}

.ctBox{}
.ctBox h4{ font-size: 50px; font-family: 'gothambold'; color: #000; margin-bottom: 20px; margin-top: 70px;}
.ctBox h4 span{color: #91c73e;}
.ctBox .ctForm{display: flex;}
.ctBox .ctForm .ctone{ width:50%;}
.ctBox .ctForm .ctone input{ padding: 8px 15px 7px; border-color:#cbcbcb; margin-bottom:12px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.ctBox .ctForm .ctone textarea{ height:92%;
 border-color:#cbcbcb;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.photoGalleryBox{ background:#f5e8d7; padding:50px 0; margin-top:0;}
.photoGalleryBox .title-header{ text-align:center;}
.photoGalleryBox .title-header h2.title-2{ font-size:50px; font-family: 'gothambold'; color:#000; margin-bottom: 10px;}
.photoGalleryBox .title-header h2.title-2 span{ color:#91c73e; }
.photoGalleryBox p{color:#000; font-weight:600;}


/* Click the image one by one to see the different layout */

/* Owl Carousel */

.owl-prev {
  background: url('../images/left-arrow.png') left center no-repeat;
  background-size:48px;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  z-index: 1000;
  left: -14px;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-next {
  background: url('../images/right-arrow.png') right center no-repeat;
  background-size:48px;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  
  z-index: 1000;
  right: -14px;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.9;
}


/* Owl Carousel */


/* Popup Text */
.mfp-content img{ width:100%;}
.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.popuptext {
  display: table;
}
.popuptext p {
  margin-bottom: 10px;
}
.popuptext span {
  font-weight: bold;
  float: right;
}
/* Popup Text */

/* Icon CSS */
.item {
  position: relative;
}
.item i {
  display: none;
  font-size: 4rem;
  color: #FFF;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.item a {
  display: block;
  width: 100%;
}
.item a:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.item a:hover i {
  display: block;
  z-index: 2;
}




.card-slider {
  max-width: 960px;
  margin: 0 auto;
  
  @media screen and (max-width: 1024px) {
    width: 80%;
  }
  
  .slick-prev-icon,
  .slick-next-icon {
    color: black;
  }
  
  .slick-slide {
    padding: 0 10px;
  }
  
  .card {
    position: relative;

    display: flex !important;
    flex-direction: column;
    height: 250px;

    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.2);
    background-color: white;

    text-decoration: none;
    color: rgba(0,0,0,.9);

    transition: all .1s linear;
    
    @media screen and (max-width: 600px) {
      height: auto;
    }
  }

    /** Main link */
    .card .main-link {
      text-decoration: none;
      display: flex;
      flex-direction: column;
    }

      .card .main-link:focus {
        outline: none;
      }

      .card .main-link:focus .title {
        outline: 3px dashed orange;
        outline-offset: -4px;
        color: royalblue;
        text-decoration: underline;
      }

    /** Product title */
    .card .title {
      color: #000;
      margin: 0;
      padding: 10px 10px 5px 10px;
      font-size: 16px;
      font-weight: bold;
    }

      .card .title:hover {
        text-decoration: underline;
      }

    /** Product image */
    .card .image {
      /** Visually place the image above all other content (like the heading) in the parent flex container (.card). */
      order: -1;

      position: relative;
      height: 100px;
      padding: 2px;
      overflow: hidden;

      display: flex;
      justify-content: center;
      align-items: center;
    }

      .card .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(.5);
        transition: all .3s ease-in-out;
      }

        .card .image:hover img {
          width: 110%;
          height: 110%;
        }

    /** Product description */
    .card .description {
      margin: 7px 10px 15px 10px;
      font-size: 14px;
      opacity: .8;
    }

    /** Floating "sale" badge */
    .card .badge {
      position: absolute;
      top: 2px;
      right: 2px;
      z-index: 1;

      padding: 5px 10px;

      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      color: white;
      background-color: rgb(200,0,0);
    }

    /** Price */
    .card .price {
      padding-left: 10px;
    }

      .card .price .new-price {
        font-weight: bold;
      }

      .card .price .original-price {
        margin-left: 5px;
        font-size: 14px;
        font-style: italic;
        opacity: .5;
        text-decoration: line-through;
      }

    /** Rating */
    .card .rating {
      margin: 10px 0 15px 10px;
      color: orange;
      font-size: 12px;
    }

      /** "30 reviews" link next to stars */
      .card .rating .reviews-link {
        color: rgba(0,0,0,.6);
        margin-left: 5px;
      }

        .card .rating .reviews-link:hover {
          color: black;
        }

        .card .rating .reviews-link:focus {
          color: royalblue;
          outline: 3px dotted royalblue;
          outline-offset: 2px;
        }

    /** Hover state = add box shadow, underline the title */
    .card:hover {
      border-color: rgba(0,0,0,.4);
      box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    }

      .card:hover .image img,
      .card:focus .image img {
        filter: grayscale(0);
      }

      .card a:focus {
        outline: none;
      }
}


/**
  Demo only
*/
.note {
  text-align: center;
  font-size: 14px;
  max-width: 960px;
  padding: 40px 20px;
  margin: 0 auto;
  opacity: .8;
  
  a {
    color: black;
    font-weight: bold;
    
    &:hover,
    &:focus {
      color: royalblue;
    }
  }
}


body{ /*background:url(../images/bg.jpg) repeat; background-size: cover;*/}
.bg-img1{background-image: url(../images/video-bg.jpg);}
.section-title h2.title{color:113d9a!important;}
.section-title .title-desc p{color:#3d5fa7!important;}

.featured-imagebox-team.style2 .featured-thumbnail{
-webkit-border-top-left-radius: 25px;
-webkit-border-top-right-radius: 25px;
-moz-border-radius-topleft: 25px;
-moz-border-radius-topright: 25px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}

@media (max-width: 1200px) {
#site-header-menu .site-navigation ul.menu > li >a{ color: #000!important;}
}


/*========================*/
#site-header-menu .site-navigation ul.menu > li >a{color:#000;	}
#site-header-menu .site-navigation ul.menu > li.active a{ background:#f49311; color:#fff; border-radius: 5px;}

/*END HOME*/



/** Padding **/
.spacing-1 { padding: 15px 30px; margin-right: -365PX; }
.spacing-2 { padding: 60px 60px 50px; }
.spacing-3 { padding-top: 416px; margin-top: -300px; }
.spacing-4 { padding: 15px 0; margin: 80px 0; margin-left: -30px; margin-right: 30px; }
.spacing-5 { padding: 0 65px 30px; margin: 0 -65px; margin-top: -100px; }
.spacing-6 { padding: 100px 15px 0 60px; margin-top: 100px; }
.spacing-7 { padding: 35px 25px; width: 260px; position: absolute; bottom: 0; left: 0; }
.spacing-8 { padding: 230px 0 100px 70px; margin-top: -230px; margin-left: -100px; }
.spacing-9 { padding: 100px 345px 110px 0; }
.spacing-10 { margin-left: -315px;}
.spacing-11 { padding: 100px 90px 100px 0;}
.spacing-12 { padding: 210px 0 100px 0; margin-top: -65px;}



.p-10 { padding: 10px; }
.p-15 { padding: 15px; }
.p-20 { padding: 20px; }
.p-30 { padding: 30px; }
.p-40 { padding: 40px; }
.p-50 { padding: 50px; }
.p-60 { padding: 60px; }
.p-80 { padding: 80px; }
.p-100 { padding: 100px; }

.padding_right0{ padding-right: 0 !important ; }
.padding_right5{ padding-right: 5px }
.padding_right10{ padding-right: 10px ; }
.padding_right15{ padding-right: 15px ; }
.padding_right20{ padding-right: 20px ; }
.padding_right25{ padding-right: 25px ; }
.padding_right30{ padding-right: 30px ; }
.padding_right35{ padding-right: 35px ; }
.padding_right40{ padding-right: 40px ; }
.padding_right45{ padding-right: 45px ; }
.padding_right50{ padding-right: 50px ; }
.padding_right55{ padding-right: 55px ; }
.padding_right60{ padding-right: 60px ; }
.padding_right65{ padding-right: 65px ; }
.padding_right70{ padding-right: 70px ; }
.padding_right75{ padding-right: 75px ; }
.padding_right80{ padding-right: 80px ; }
.padding_right85{ padding-right: 85px ; }
.padding_right90{ padding-right: 90px ; }
.padding_right95{ padding-right: 95px ; }
.padding_right100{ padding-right: 100px ; }

.padding_left0{ padding-left: 0px !important ; }
.padding_left3{ padding-left: 3px ; }
.padding_left5{ padding-left: 5px ; }
.padding_left10{ padding-left: 10px ; }
.padding_left15{ padding-left: 15px ; }
.padding_left20{ padding-left: 20px ; }
.padding_left25{ padding-left: 25px ; }
.padding_left30{ padding-left: 30px ; }
.padding_left35{ padding-left: 35px ; }
.padding_left40{ padding-left: 40px ; }
.padding_left45{ padding-left: 45px ; }
.padding_left50{ padding-left: 50px ; }
.padding_left55{ padding-left: 55px ; }
.padding_left60{ padding-left: 60px ; }
.padding_left65{ padding-left: 65px ; }
.padding_left70{ padding-left: 70px ; }
.padding_left75{ padding-left: 75px ; }
.padding_left80{ padding-left: 80px ; }
.padding_left85{ padding-left: 85px ; }
.padding_left90{ padding-left: 90px ; }
.padding_left95{ padding-left: 95px ; }
.padding_left100{ padding-left: 100px ; }

.padding_top0{ padding-top: 0px !important ;}
.padding_top1 { padding-top: 1px; }
.padding_top5{ padding-top: 5px ;}
.padding_top10{ padding-top: 10px ; }
.padding_top15{ padding-top: 15px ; }
.padding_top20{ padding-top: 20px ; }
.padding_top25{ padding-top: 25px ; }
.padding_top30{ padding-top: 30px ; }
.padding_top35{ padding-top: 35px ; }
.padding_top40{ padding-top: 40px ; }
.padding_top45{ padding-top: 45px ; }
.padding_top50{ padding-top: 50px ; }
.padding_top55{ padding-top: 55px ; }
.padding_top60{ padding-top: 60px ; }
.padding_top65{ padding-top: 65px ; }
.padding_top70{ padding-top: 70px ; }
.padding_top75{ padding-top: 75px ; }
.padding_top80{ padding-top: 80px ; }
.padding_top90{ padding-top: 90px ; }
.padding_top100{ padding-top: 100px ;}
.padding_top120{ padding-top: 120px ;}

.padding_bottom0{ padding-bottom: 0px !important ; }
.padding_bottom5{ padding-bottom: 5px ; }
.padding_bottom10{ padding-bottom: 10px ; }
.padding_bottom15{ padding-bottom: 15px ; }
.padding_bottom20{ padding-bottom: 20px ; }
.padding_bottom25{ padding-bottom: 25px ; }
.padding_bottom30{ padding-bottom: 30px ; }
.padding_bottom35{ padding-bottom: 35px ; }
.padding_bottom40{ padding-bottom: 40px ; }
.padding_bottom45{ padding-bottom: 45px ; }
.padding_bottom50{ padding-bottom: 50px ; }
.padding_bottom55{ padding-bottom: 55px ; }
.padding_bottom60{ padding-bottom: 60px ; }
.padding_bottom70{ padding-bottom: 70px ; }
.padding_bottom80{ padding-bottom: 80px ; }
.padding_bottom90{ padding-bottom: 90px ; }
.padding_bottom100{ padding-bottom: 100px ; }
.padding_bottom120{ padding-bottom: 120px ; }
.padding_bottom130{ padding-bottom: 130px ; }
.padding_bottom140{ padding-bottom: 140px ; }
.padding_bottom150{ padding-bottom: 150px ; }
.padding_bottom160{ padding-bottom: 160px ; }
.padding_bottom170{ padding-bottom: 170px ; }
.padding_bottom180{ padding-bottom: 180px ; }
.padding_bottom190{ padding-bottom: 190px ; }
.padding_bottom200{ padding-bottom: 200px ; }


/** Margin **/
.margin_top0{ margin-top: 0px !important ; }
.margin_top5{ margin-top: 5px; }
.margin_top10 { margin-top: 10px ; }
.margin_top15{ margin-top: 15px ;}
.margin_top20{ margin-top: 20px ;}
.margin_top25{ margin-top: 25px ;}
.margin_top30{ margin-top: 30px ;}
.margin_top35{ margin-top: 35px ;}
.margin_top40{ margin-top: 40px ;}
.margin_top45{ margin-top: 45px ;}
.margin_top50{ margin-top: 50px ;}
.margin_top60{ margin-top: 60px ;}
.margin_top65{ margin-top: 65px ;}
.margin_top70{ margin-top: 70px ;}
.margin_top80{ margin-top: 80px ;}
.margin_top90{ margin-top: 90px ;}
.margin_top100{ margin-top: 100px ;}
.margin_top120{ margin-top: 120px ;}
.margin_top130{ margin-top: 130px ;}
.margin_top140{ margin-top: 140px ;}
.margin_top150{ margin-top: 150px ;}
.margin_top160{ margin-top: 160px ;}


.mt_5{ margin-top: -5px; }
.mt_10{ margin-top: -10px; }
.mt_15{ margin-top: -15px; }
.mt_20{ margin-top: -20px; }
.mt_25{ margin-top: -25px; }
.mt_30{ margin-top: -30px; }
.mt_35{ margin-top: -35px; }
.mt_40{ margin-top: -40px; }
.mt_50{ margin-top: -50px ; }
.mt_55{ margin-top: -55px ; }
.mt_60{ margin-top: -60px ; }
.mt_70{ margin-top: -70px ; }
.mt_80{ margin-top: -80px ; }
.mt_90{ margin-top: -90px ; }
.mt_100{ margin-top: -100px ; }
.mt_110{ margin-top: -110px ; }
.mt_120{ margin-top: -120px ; }
.mt_130{ margin-top: -130px ; }
.mt_140{ margin-top: -140px ; }
.mt_150{ margin-top: -150px ; }
.mt_160{ margin-top: -160px ; }
.mt_170{ margin-top: -170px ; }
.mt_180{ margin-top: -180px ; }
.mt_190{ margin-top: -190px ; }
.mt_200{ margin-top: -200px ; }
.mt_210{ margin-top: -210px ; }
.mt_220{ margin-top: -220px ; }
.mt_240{ margin-top: -240px ; }
.mt_260{ margin-top: -260px ; }
.mt_280{ margin-top: -280px ; }

.margin_bottom0{ margin-bottom: 0px !important ; }
.margin_bottom5{ margin-bottom: 5px ; }
.margin_bottom10{ margin-bottom: 10px ; }
.margin_bottom15{ margin-bottom: 15px ; }
.margin_bottom25{ margin-bottom: 25px ;}
.margin_bottom20{ margin-bottom: 20px ; }
.margin_bottom30{ margin-bottom: 30px ; }
.margin_bottom35{ margin-bottom: 35px ; }
.margin_bottom40{ margin-bottom: 40px ; }
.margin_bottom45{ margin-bottom: 45px ; }
.margin_bottom50{ margin-bottom: 50px ; }
.margin_bottom60{ margin-bottom: 60px ; }
.margin_bottom65{ margin-bottom: 65px ; }
.margin_bottom70{ margin-bottom: 70px ; }
.margin_bottom80{ margin-bottom: 80px ; }
.margin_bottom90{ margin-bottom: 90px ; }
.margin_bottom100{ margin-bottom: 100px ; }

.mb_5{ margin-bottom: -5px ; }
.mb_10{ margin-bottom: -10px ; }
.mb_15{ margin-bottom: -15px !important; }
.mb_20{ margin-bottom: -20px ; }
.mb_25{ margin-bottom: -25px ; }
.mb_30{ margin-bottom: -30px ; }
.mb_40{ margin-bottom: -40px ; }
.mb_50{ margin-bottom: -50px ; }
.mb_60{ margin-bottom: -60px ; }
.mb_70{ margin-bottom: -70px ; }
.mb_80{ margin-bottom: -80px ; }
.mb_90{ margin-bottom: -90px ; }
.mb_100{ margin-bottom: -100px ; }
.mb_120{ margin-bottom: -120px ; }
.mb_140{ margin-bottom: -140px ; }

.margin_left0{ margin-left: 0px !important ; }
.margin_left10{ margin-left: 10px ; }
.margin_left15{ margin-left: 15px ; }
.margin_left20{ margin-left: 20px ; }
.margin_left30{ margin-left: 30px ; }
.margin_left40{ margin-left: 40px ; }
.margin_left50{ margin-left: 50px ; }
.margin_left60{ margin-left: 60px ; }
.margin_left70{ margin-left: 70px ; }
.margin_left80{ margin-left: 80px ; }
.margin_left90{ margin-left: 90px ; }
.margin_left100{ margin-left: 100px ; }
.margin_left110{ margin-left: 110px ; }
.margin_left120{ margin-left: 120px ; }
.margin_left120{ margin-left: 120px ; }
.margin_left130{ margin-left: 130px ; }
.margin_left140{ margin-left: 140px ; }
.margin_left150{ margin-left: 150px ; }
.margin_left160{ margin-left: 160px ; }
.margin_left170{ margin-left: 170px ; }
.margin_left180{ margin-left: 180px ; }
.margin_left190{ margin-left: 190px ; }
.margin_left200{ margin-left: 200px ; }


.ml_10{ margin-left: -10px ; }
.ml_15{ margin-left: -15px ; }
.ml_20{ margin-left: -20px ; }
.ml_25{ margin-left: -25px ; }
.ml_30{ margin-left: -30px ; }
.ml_35{ margin-left: -35px ; }
.ml_40{ margin-left: -40px ; }
.ml_50{ margin-left: -50px ; }
.ml_60{ margin-left: -60px ; }
.ml_70{ margin-left: -70px ; }
.ml_80{ margin-left: -80px ; }
.ml_90{ margin-left: -90px ; }
.ml_100{ margin-left: -100px ; }
.ml_110{ margin-left: -110px ; }
.ml_120{ margin-left: -120px ; }
.ml_130{ margin-left: -130px ; }
.ml_140{ margin-left: -140px ; }
.ml_150{ margin-left: -150px ; }
.ml_160{ margin-left: -160px ; }
.ml_180{ margin-left: -180px ; }
.ml_200{ margin-left: -200px ; }
.ml_210{ margin-left: -210px ; }
.ml_220{ margin-left: -220px ; }
.ml_240{ margin-left: -240px ; }
.ml_260{ margin-left: -260px ; }
.ml_280{ margin-left: -280px ; }
.ml_300{ margin-left: -300px ; }

.margin_right0{ margin-right: 0px !important ; }
.margin_right10{ margin-right: 10px ; }
.margin_right15{ margin-right: 15px; }
.margin_right20{ margin-right: 20px ; }
.margin_right25{ margin-right: 25px ; }
.margin_right30{ margin-right: 30px ; }
.margin_right40{ margin-right: 40px ; }
.margin_right50{ margin-right: 50px ; }
.margin_right60{ margin-right: 60px ; }
.margin_right70{ margin-right: 70px ; }
.margin_right80{ margin-right: 80px ; }
.margin_right90{ margin-right: 90px ; }
.margin_right100{ margin-right: 100px ; }
.margin_right110{ margin-right: 110px; }
.margin_right120{ margin-right: 120px ; }
.margin_right130{ margin-right: 130px ; }
.margin_right140{ margin-right: 140px ; }
.margin_right150{ margin-right: 150px ; }
.margin_right160{ margin-right: 160px ; }
.margin_right170{ margin-right: 170px ; }
.margin_right180{ margin-right: 180px ; }
.margin_right190{ margin-right: 190px ; }
.margin_right200{ margin-right: 200px ; }


.mr_10{ margin-right: -10px ; }
.mr_15{ margin-right: -15px ; }
.mr_20{ margin-right: -20px ; }
.mr_25{ margin-right: -25px ; }
.mr_30{ margin-right: -30px ; }
.mr_40{ margin-right: -40px ; }
.mr_50{ margin-right: -50px ; }
.mr_60{ margin-right: -60px ; }
.mr_70{ margin-right: -70px ; }
.mr_80{ margin-right: -80px ; }
.mr_90{ margin-right: -90px ; }
.mr_100{ margin-right: -100px ; }
.mr_130{ margin-right: -130px ; }
.mr_140{ margin-right: -140px ; }
.mr_150{ margin-right: -150px ; }
.mr_160{ margin-right: -160px ; }
.mr_180{ margin-right: -180px ; }
.mr_200{ margin-right: -200px ; }
.mr_210{ margin-right: -210px ; }
.mr_220{ margin-right: -220px ; }
.mr_240{ margin-right: -240px ; }
.mr_260{ margin-right: -260px ; }
.mr_280{ margin-right: -280px ; }
.mr_300{ margin-right: -300px ; }


/* ===============================================
    Color
------------------------*/
/** 1.Skin-color **/
.ttm-textcolor-skincolor,
.ttm-textcolor-skincolor h1, 
.ttm-textcolor-skincolor h2,
.ttm-textcolor-skincolor h3, 
.ttm-textcolor-skincolor h4,
.ttm-textcolor-skincolor h5,
.ttm-textcolor-skincolor h6,
.ttm-textcolor-skincolor a, .ttm-textcolor-skincolor i,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor a, 
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor i, 
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor a, 
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor i, 
a.ttm-textcolor-skincolor, i.ttm-textcolor-skincolor, 
:not(.ttm-bgcolor-darkgrey) a.ttm-textcolor-skincolor,
:not(.ttm-bgcolor-darkgrey) i.ttm-textcolor-skincolor,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor, 
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h1, 
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h2,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h3, 
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h4,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h5,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h6,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h1 span, 
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h2 span,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h3 span, 
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h4 span,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h5 span,
.ttm-bgcolor-darkgrey .ttm-textcolor-skincolor h6 span,
.ttm-bgcolor-darkgrey a:hover,
.ttm-bgcolor-skincolor a:hover,
.ttm-textcolor-white a:hover,
.ttm-bgcolor-darkgrey a:hover i,
.ttm-btn-color-skincolor,
.ttm-bgcolor-darkgrey .ttm-btn-color-skincolor,
.ttm-bgcolor-darkgrey .ttm-btn-color-skincolor i,
.ttm-bgcolor-grey .ttm-btn-color-skincolor,
.ttm-list-icon-color-skincolor li i,
.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.ttm-icon_element-border.ttm-icon_element-color-grey,
.ttm-btn-style-border.ttm-btn-color-skincolor, 
.ttm-icon_element-fill.ttm-icon_element-color-white,
.ttm-icon_element-fill.ttm-icon_element-color-white i,
.ttm-icon_element-color-skincolor, 
.ttm-icon_element-color-skincolor:not(.ttm-icon_element-fill) i, 
.ttm-bgcolor-darkgrey .ttm-icon_element-color-skincolor i,
nav.main-menu ul.menu li > ul.mega-submenu li a:hover, 
nav.main-menu ul.menu li ul.mega-submenu li.active > a, 
nav.main-menu ul.menu li ul.mega-submenu li a:hover,
nav.main-menu ul.menu li:hover > a, nav.main-menu,
nav.main-menu ul.menu li > ul.mega-submenu > li:hover > a, 
nav.main-menu ul.menu li > ul.mega-submenu > li li:hover > a, 
.site-header-menu .site-navigation ul.menu > li >a:hover,
.site-header-menu .site-navigation ul.menu > li.active >a,
.ttm-header-style-02 .site-header-menu .site-navigation ul.menu > li:hover >a,
div:not(.ttm-bgcolor-skincolor) > nav.main-menu ul.menu li.active > a,
a:hover, .ttm-bgcolor-darkgrey a:hover, 
.ttm-header-style-02 .social-icons li a:hover,
.ttm-header-style-02 .site-header-menu .site-navigation ul.menu > li >a:hover,
.ttm-header-style-02 .site-header-menu .site-navigation ul.menu > li.active >a,
.section-title h3, .ttm-bgcolor-darkgrey .section-title h3,
.ttm-p_table-amount h3,
.featured-imagebox-team.style3 .ttm-media-link a:hover,
.featured-imagebox-team.style3 .ttm-media-link a:hover i,
.featured-imagebox-post.style1 .ttm-media-link a:hover,
.featured-imagebox-post.style1 .ttm-media-link a:hover i,
.featured-imagebox-services.style1:hover .featured-content a:hover,
.widget.widget-nav-menu ul li.active a:after,
.widget.widget-nav-menu ul li:hover a:after,
.ttm-team-details-list li a:hover,
.widget ul#menu-footer-quick-links li a:before,
.widget-categories ul li a:hover,
.ttm-blog-single .ttm_tag_lists .ttm-tags-links-title i,
.ttm-blog-single .post-meta .ttm-meta-line i,
.ttm-blog-single blockquote:before {
    color: #13c5dd;
}

/** Skin-bg-color **/
.ttm-bgcolor-skincolor,
.ttm-bgcolor-skincolor > .ttm-bg-layer,
.ttm-bgcolor-skincolor > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-icon_element-fill.ttm-icon_element-color-skincolor,
.ttm-btn-style-fill.ttm-btn-color-skincolor,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:not(.btn-inline):hover:before,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:not(.btn-inline):hover:before,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover:before ,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover:after ,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover:after,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover:before,
.ttm-bgcolor-grey .tooltip:after, .ttm-bgcolor-grey [data-tooltip]:after,
.ttm-bgcolor-darkgrey .tooltip:after, .ttm-bgcolor-darkgrey [data-tooltip]:after,
.ttm-textcolor-skincolor .tooltip:after, .ttm-textcolor-skincolor [data-tooltip]:after,
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button,
.slick_slider.slick-dots-style2 .slick-dots li.slick-active button,
.slick_slider.slick-dots-style3 .slick-dots li.slick-active button,
.slick_slider.slick-arrows-style2 .slick-prev:hover,
.slick_slider.slick-arrows-style2 .slick-next:hover,
.slick_slider.slick-arrows-style3 .slick-arrow:hover,
.slick_slider.slick-arrows-style4 .slick-arrow:hover,
.slick_slider.slick-arrows-style1 .slick-prev:hover,
.slick_slider.slick-arrows-style1 .slick-next:hover,
.tooltip-top:after, .tooltip:after, [data-tooltip]:after,
#site-header-menu .site-navigation ul.menu > li >a:before,
nav.main-menu li ul.mega-submenu,
.ttm-header-style-03 .ttm-stickable-header.fixed-header,
.section-title h3:before, .section-title h3:after ,
.widget_cta:before,
.featured-imagebox-portfolio.style1 .featured-content,
.featured-imagebox-portfolio.style1 .ttm-media-link a,
.featured-imagebox-portfolio.style2 .ttm-media-link a,
.featured-imagebox-team.style3 .ttm-media-link a,
.featured-icon-box.style1:hover .featured-icon .ttm-icon,
.featured-imagebox-services.style2 .featured-content .bottom-footer:before,
.featured-imagebox-procedure .featured-content:before,
.featured-icon-box.style5 .ttm-num span:before,
.featured-icon-box.style5:after,
.featured-imagebox-post.style2 .ttm-box-post-date:before,
.banner_slider_2 .slide__content--headings h2:after,
.banner_slider_2 .slide__content--headings span.num:before,
.banner_slider_3 .slide__content--headings .quotes-1:after,
.banner_slider_3 .slide__content--headings .quotes-2:after,
.breadcrumb-wrapper span:first-child:after,
.breadcrumb-wrapper span:first-child:before,
.featured-icon-box.style7:before,
.ttm-tabs.ttm-tab-style-01 ul.tabs li a:after,
.ttm-testimonial-box-view-style2:hover:after,
.testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote:before,
.ttm-tabs.ttm-tab-style-02 ul.tabs li.active a,
.ttm-tabs.ttm-tab-style-02 ul.tabs li:hover a,
.toggle.ttm-toggle_style_classic .toggle-title a.active,
.sidebar .widget-area .widget:after,
.team-timeline .timeline-panel:nth-child(2) .timeline-head:before,
.ttm-pf-single-detail-box,
.footer .social-icons li a:hover,
.featured-imagebox-post.style1 .ttm-media-link a,
.featured-imagebox-post-quoted blockquote:before,
.featured-imagebox-post.style3 .ttm-box-post-date .ttm-entry-date,
.featured-imagebox-post-quoted.style4 .ttm-box-post-date .ttm-entry-date,
.featured-imagebox-post-quoted.style4 blockquote:before,
.ttm-blog-single blockquote:before,
nav.main-menu ul.menu li ul.mega-submenu li a:before ,
.ttm-header-style-03 .social-icons li a:hover,
.ttm-play-icon-btn .ttm-play-icon-animation.ttm-play-icon-animation-skincolor:before,
.ttm-play-icon-btn .ttm-play-icon-animation.ttm-play-icon-animation-skincolor:after,
.featured-imagebox-procedure .process-num,
.featured-imagebox-procedure .process-num:after,
.featured-icon-box.style4:hover .featured-icon:before ,
.featured-icon-box.style5:hover i.ttm-num,
.featured-icon-box.style6:hover .featured-content,
.featured-icon-box.style6:hover .ttm-icon,
.progress-bar-color-bar_white.progress-bar,
.progress-bar-color-bar_white.progress-bar:before,
.ttm-progress-bar .progress-bar.progress-bar-color-bar_skincolor,
.progress-bar-inner .progress-bar.progress-bar-color-bar_skincolor:before,
.footer .widget .widget-title:before, .footer .widget .widget-title:after,
.testimonials.ttm-testimonial-box-view-style1 .testimonial-avatar:before,
.featured-imagebox-post.style1 .ttm-box-post-date ,
.featured-imagebox-team.style1:hover .ttm-media-link,
.ttm-team-member-single-content .ttm-social-links-wrapper ul li a:hover,
.ttm-pf-single-content-area .social-icons.circle li>a:hover,
.ttm-blog-single blockquote:before,
.ttm-blog-single .social-media-block .ttm-tags-links a:hover,
.ttm-social-share-wrapper ul li a:hover,
.widget .tagcloud a:hover,
.pagination-block .page-numbers:hover,
.pagination-block .page-numbers.current,
#totop.top-visible {
    /*background-color: #f49312; */
}


/** Skin-border-color **/
.ttm-btn-style-fill.ttm-btn-color-skincolor, 
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-btn-style-border.ttm-btn-color-skincolor:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-skincolor,
.slick_slider.slick-arrows-style3 .slick-arrow:hover,
.banner_slider_wrapper .slider-social-links-wrapper li a:hover,
.ttm-page-title-row-inner .row, .social-icons.circle li>a:hover,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor a, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor i, 
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor a, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-skincolor i ,
.widget .tagcloud a:hover  {
    /*border-color: #f49312;*/
}
.tooltip-top:before, .tooltip:before, [data-tooltip]:before,
.ttm-bgcolor-darkgrey .tooltip-top:before, .ttm-bgcolor-darkgrey .tooltip:before, 
.ttm-textcolor-skincolor .tooltip-top:before, .ttm-textcolor-skincolor .tooltip:before, 
.ttm-bgcolor-grey .tooltip-top:before, .ttm-bgcolor-grey .tooltip:before,
.ttm-bgcolor-grey [data-tooltip]:before, 
nav.main-menu, .header_search .header_search_content,
.ttm-progress-bar .progress-bar-percent:before,
.ttm-pricing-plan {
    border-top-color: #387cdd ;
}
nav.main-menu li ul.mega-submenu,
.header_search .header_search_content:before, .header_btn:before,
.header_search .header_search_content,
.ttm-bgcolor-darkgrey .tooltip-bottom:before,
.featured-icon-box.style1:hover , 
.featured-icon-box.style3::before ,
.featured-imagebox-team.style1 .featured-content::before {
    border-bottom-color: #387cdd;
}
.ttm-blog-single blockquote,
.ttm_contact_widget_wrapper:before,
.ttm-tabs.ttm-tab-style-02 ul.tabs li.active {
    border-left-color: #387cdd;
}
.featured-icon-box.style6:hover .featured-content:before {
    border-right-color: #387cdd;
}


/** 2.Darkgrey-color **/
.ttm-textcolor-darkgrey,
.ttm-textcolor-darkgrey p,
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h1, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h2, 
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h3, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h4, 
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h5, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey h6, 
:not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey p, :not(.ttm-bgcolor-skincolor) .ttm-textcolor-darkgrey span,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-darkgrey,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white i,
.ttm-bgcolor-darkgrey .ttm-btn-style-fill.ttm-btn-color-skincolor:hover i,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-textcolor-white .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:not(.btn-inline):hover,
.ttm-btn-color-dark, .ttm-btn-color-skincolor:hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-skincolor .row > [class*='col-'] :not(.ttm-bgcolor-white) 
a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-bgcolor-skincolor .row > [class*='col-'] :not(.ttm-bgcolor-white) 
a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-btn-style-fill.ttm-btn-color-white, 
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:not(.btn-inline):hover,
.ttm-bgcolor-skincolor .ttm-btn.btn-inline.ttm-btn-color-white:hover,
.ttm-icon_element-color-darkgrey, :not(.ttm-bgcolor-darkgrey) .ttm-textcolor-darkgrey > i,
.ttm-icon_element-color-darkgrey:not(.ttm-icon_element-fill) i ,
.slick_slider .slick-prev:before, .slick_slider .slick-next:before,
.site-header-menu .site-navigation ul.menu > li >a,
.ttm-progress-bar .progressbar-title, 
.featured-imagebox-portfolio.style1 .featured-title h3,
.featured-imagebox-portfolio.style1 .featured-title h3 a,
.featured-imagebox-portfolio.style1 .ttm-media-link a ,
.featured-imagebox-portfolio.style1 .ttm-media-link a:hover ,
.featured-imagebox-portfolio.style2 .ttm-media-link a ,
.featured-imagebox-portfolio.style2 .ttm-media-link a:hover ,
.testimonials.ttm-testimonial-box-view-style2 .testimonial-content blockquote {
    color: #0e204d;
}

/** DarkGrey-bg-color **/
.ttm-bgcolor-darkgrey ,
.ttm-bgcolor-darkgrey > .ttm-bg-layer,
.ttm-bgcolor-darkgrey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-bgcolor-skincolor .tooltip:after, .ttm-bgcolor-skincolor [data-tooltip]:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark, 
.ttm-icon_element-fill.ttm-icon_element-color-darkgrey,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover:before,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:not(.btn-inline):hover:before,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:not(.btn-inline):hover:after,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:not(.btn-inline):hover:before,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-grey:not(.btn-inline):hover:after ,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:not(.btn-inline):hover:before ,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:not(.btn-inline):hover:after ,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover:before, 
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover:after,
.ttm-toggle-title-bgcolor-darkgrey,
.ttm-bgcolor-skincolor .slick_slider.slick-dots-style2 .slick-dots li.slick-active button,
.ttm-progress-bar .progress-bar.progress-bar-color-bar_darkgrey ,
.ttm-progress-bar .progress-bar-inner .progress-bar.progress-bar-color-bar_darkgrey:before,
.ttm-box-view-overlay:before, .ttm-box-view-content-inner:before,
.ttm-box-view-overlay:after, .ttm-box-view-content-inner:after,
.ttm-header-style-02 .ttm-stickable-header.fixed-header,
.featured-icon-box.style1:hover .featured-icon .ttm-num,
.footer .social-icons li a,
.testimonials.ttm-testimonial-box-view-style2:hover .testimonial-content blockquote:before,
.ttm-tabs.ttm-tab-style-02 ul.tabs li a, .widget.widget-nav-menu ul li a:before  {
  background-color: #116019;
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-darkgrey,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover,
.ttm-bgcolor-skincolor .row > [class*='col-'] :not(.ttm-bgcolor-white) 
a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-skincolor .row > [class*='col-'] :not(.ttm-bgcolor-white) 
a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.tooltip-top:before, .tooltip:before, [data-tooltip]:before,
.featured-icon-box.style1 .ttm-num:before  {
    border-color: #0e204d;
}

.ttm-bgcolor-skincolor .tooltip-top:before, .ttm-bgcolor-skincolor .tooltip:before, 
.ttm-bgcolor-skincolor [data-tooltip]:before{
    border-top-color: #0e204d ;
}


/** 3.White-color **/
.ttm-textcolor-white, .ttm-bgcolor-skincolor a, .ttm-textcolor-white a, 
.ttm-btn-color-white, .ttm-icon_element-color-white, .ttm-icon_element-color-white > i, 
.ttm-bgcolor-skincolor i, .ttm-bgcolor-darkgrey i,
.ttm-bgcolor-skincolor .ttm-icon_element-color-white:not(.ttm-icon_element-fill) i, 
.ttm-bgcolor-darkgrey .ttm-icon_element-color-white:not(.ttm-icon_element-fill) i,
.ttm-textcolor-white h1, .ttm-textcolor-white h2, .ttm-textcolor-white h3, 
.ttm-textcolor-white h4, .ttm-textcolor-white h5, .ttm-textcolor-white h6, .ttm-textcolor-white a,
.ttm-bgcolor-skincolor h1, .ttm-bgcolor-skincolor h2, .ttm-bgcolor-skincolor h3, 
.ttm-bgcolor-skincolor h4, .ttm-bgcolor-skincolor h5, .ttm-bgcolor-skincolor h6, .ttm-bgcolor-skincolor a,
:not(.ttm-bgcolor-skincolor) .ttm-textcolor-white span:not(.ttm-textcolor-skincolor),
.ttm-bgcolor-darkgrey h1, .ttm-bgcolor-darkgrey h2, .ttm-bgcolor-darkgrey h3, 
.ttm-bgcolor-darkgrey h4, .ttm-bgcolor-darkgrey h5, .ttm-bgcolor-darkgrey h6, .ttm-bgcolor-darkgrey a,
.ttm-bgcolor-darkgrey div, .ttm-bgcolor-skincolor div,
.ttm-textcolor-white .ttm-social-links-wrapper ul li a,
.ttm-icon_element-fill.ttm-icon_element-color-skincolor,
.ttm-icon_element-fill.ttm-icon_element-color-skincolor i, 
.ttm-icon_element-fill.ttm-icon_element-color-darkgrey,
.ttm-btn-style-fill.ttm-btn-color-skincolor,
.ttm-btn-style-fill.ttm-btn-color-skincolor i,
.ttm-textcolor-white:not(.ttm-bgcolor-darkgrey) .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:not(.btn-inline):hover, 
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-grey:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-dark:hover,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover i,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-darkgrey .ttm-btn-color-skincolor:hover i,
.ttm-bgcolor-skincolor .row > [class*='col-'] :not(.ttm-bgcolor-white) 
a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-bgcolor-skincolor .row > [class*='col-'] :not(.ttm-bgcolor-white) 
a.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white:hover,
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark,
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-darkgrey i,
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-skincolor i,
.ttm-bgcolor-skincolor .section-title h2.title,
.ttm-bgcolor-darkgrey .section-title h2.title,
.social-icons.circle li>a:hover,
.social-icons.circle li>a:hover i,
.ttm-toggle-title-bgcolor-darkgrey .toggle-title a ,
.ttm-toggle-title-bgcolor-skincolor .toggle-title a ,
.ttm-toggle-title-bgcolor-grey .toggle-title a.active,
.ttm-toggle-title-bgcolor-white .toggle-title a.active,
.toggle.ttm-toggle_style_border .toggle-title a.active,
.slick_slider.slick-arrows-style2 .slick-prev:hover:before,
.slick_slider.slick-arrows-style2 .slick-next:hover:before,
.slick_slider.slick-arrows-style1 .slick-prev:hover, 
.slick_slider.slick-arrows-style1 .slick-next:hover,
.slick_slider.slick-arrows-style3 .slick-prev:hover, 
.slick_slider.slick-arrows-style3 .slick-next:hover,
.slick_slider.slick-arrows-style4 .slick-prev:hover, 
.slick_slider.slick-arrows-style4 .slick-next:hover,
.ttm-bgcolor-darkgrey .header_search .search_btn i, 
.ttm-bgcolor-darkgrey .header_cart .cart_btn i,
.featured-imagebox-portfolio.style1 .featured-content,
.featured-imagebox-portfolio.style1 .featured-content .featured-title h3 a,
.featured-imagebox-portfolio.style1 .ttm-media-link a ,
.featured-imagebox-portfolio.style2 .ttm-media-link a ,
.featured-icon-box.style1:hover .featured-icon .ttm-icon i,
.featured-imagebox-procedure:hover .featured-content h3 a,
.featured-imagebox-procedure:hover .featured-content p,
.widget.widget-nav-menu ul li.active a,
.widget.widget-nav-menu ul li:hover a,
.footer .social-icons li a:hover i,
.ttm-bgcolor-skincolor .ttm-progress-bar .progressbar-title,
.ttm-bgcolor-skincolor .ttm-progress-bar .progress-bar-percent,
.ttm-bgcolor-darkgrey .ttm-progress-bar .progressbar-title,
.ttm-bgcolor-darkgrey .ttm-progress-bar .progress-bar-percent,
.ttm-bgcolor-skincolor .inside h3, .ttm-bgcolor-skincolor .inside h3 span:not(.ttm-textcolor-skincolor),
.ttm-bgcolor-darkgrey .inside h3, .ttm-bgcolor-darkgrey .inside h3 span:not(.ttm-textcolor-skincolor),
.toggle.ttm-toggle-title-bgcolor-skincolor .toggle-content p,
.toggle.ttm-toggle-title-bgcolor-darkgrey .toggle-content p,
.widget .tagcloud a:hover,
.ttm-social-share-wrapper ul li a:hover,
.ttm-blog-single .social-media-block .ttm-tags-links a:hover,
.featured-imagebox-services.style1:hover .featured-content-services .category,
.featured-imagebox-services.style1:hover .featured-content-services .featured-title a,
.pagination-block .page-numbers:hover,
.pagination-block .page-numbers.current { 
    color: #fff; 
}
.ttm-bgcolor-skincolor p, .ttm-bgcolor-darkgrey p,
.ttm-bgcolor-skincolor span, .ttm-bgcolor-darkgrey span,
.ttm-bgcolor-skincolor i, .ttm-bgcolor-darkgrey i  {
    color: rgba(255,255,255,.85);
}


/** White-bg-color **/
.ttm-bgcolor-white, 
.ttm-bgcolor-white > .ttm-bg-layer,
.ttm-bgcolor-white > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-icon_element-fill.ttm-icon_element-color-white,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover:before,
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:not(.btn-inline):hover:before,
.ttm-bgcolor-skincolor .ttm-btn.ttm-btn-style-fill.ttm-btn-color-dark:not(.btn-inline):hover:before,
.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-icon_element-fill.ttm-icon_element-color-white,
.ttm-progress-bar .progress-bar.progress-bar-color-bar_white,
.progress-bar-color-bar_white,
.ttm-toggle-title-bgcolor-white .toggle-title a ,
.featured-imagebox-post.style1 .ttm-media-link a:hover,
.featured-imagebox-portfolio.style1 .ttm-media-link a:hover,
.featured-imagebox-portfolio.style2 .ttm-media-link a:hover,
.featured-imagebox-team.style3 .ttm-media-link a:hover {
    background-color: #fff;
}

/** White-border-color **/
.ttm-bgcolor-darkgrey > .sep_holder .sep_line,
.ttm-bgcolor-skincolor > .sep_holder .sep_line {
  border-color: rgba(255,255,255,.06);
}
.ttm-btn.ttm-btn-style-fill.ttm-btn-color-white,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white ,
.ttm-bgcolor-darkgrey .ttm-btn.ttm-btn-style-fill.ttm-btn-color-skincolor:not(.btn-inline):hover {
    border-color: #fff;
}


/** 4.Grey-color **/
.ttm-bgcolor-grey,
.ttm-bgcolor-grey > .ttm-bg-layer,
.ttm-bgcolor-grey > .ttm-bg-layer > .ttm-col-wrapper-bg-layer-inner,
.ttm-btn-style-fill.ttm-btn-color-grey,
.ttm-icon_element-fill.ttm-icon_element-color-grey,
.ttm-header-style-03 .site-branding:after, 
.ttm-header-style-03 .site-branding:before,
.ttm-header-style-03 .site-branding,
.ttm-toggle-title-bgcolor-grey .toggle-title ,
.header_search #search_query_top,
.featured-icon-box.style1 .ttm-icon:before,
.ttm-team-member-single-content .ttm-social-links-wrapper ul li a,
.wrap-form.contact_form span.text-input input, 
.wrap-form.contact_form span.text-input textarea,
.wrap-form.contact_form span.text-input select,
.wrap-form.request_qoute_form span.text-input input, 
.wrap-form.request_qoute_form span.text-input textarea,
.wrap-form.request_qoute_form span.text-input select, 
.sidebar .widget-area .widget.with-title,
.widget.widget-download,
.ttm-social-share-wrapper ul li a ,
.slick_slider.slick-arrows-style2 .slick-arrow,
.ttm-blog-single .social-media-block .ttm-tags-links a{
    background-color: #eff3ff;
}
.ttm-btn-style-fill.ttm-btn-color-grey,
.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-grey{
    border-color: #eff3ff;
}
.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-grey{
    color: inherit;
}


/* ===============================================
    Pre-loader
------------------------*/
.blobs-wrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    display: flex;
    text-align: center;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}
.loader-blob {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin: 3em;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
}
.loader-blob,
.loader-blob:before,
.loader-blob:after {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
}
.loader-blob:before,
.loader-blob:after {
    width: 100%; 
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.loader-blob { animation-name: loader-blob;
    -o-animation-name: loader-blob;
    -ms-animation-name: loader-blob;
    -webkit-animation-name: loader-blob;
    -moz-animation-name: loader-blob; }
@keyframes loader-blob {
    from { transform: scale(0); opacity: 1; }
    to   { transform: scale(1); opacity: 0; }
}
@-o-keyframes loader-blob {
    from { -o-transform: scale(0); opacity: 1; }
    to   { -o-transform: scale(1); opacity: 0; }
}
@-ms-keyframes loader-blob {
    from { -ms-transform: scale(0); opacity: 1; }
    to   { -ms-transform: scale(1); opacity: 0; }
}
@-webkit-keyframes loader-blob {
    from { -webkit-transform: scale(0); opacity: 1; }
    to   { -webkit-transform: scale(1); opacity: 0; }
}
@-moz-keyframes loader-blob {
    from { -moz-transform: scale(0); opacity: 1; }
    to   { -moz-transform: scale(1); opacity: 0; }
}

/*  ===============================================
    SocialIcon / TooltipTop
------------------------*/
ul.social-icons{ 
    margin: 0; 
    padding: 0;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.social-icons li{
    margin: 0 2px;
}
.social-icons li:last-child{
    margin-right: 0px;
}
.social-icons li a{
    display: block;
    min-width: 26px;
    text-align: center;
}
.social-icons.circle li>a {
    border-width: 1px ;
    border-style: solid;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 13px;
    border-radius: 50%;
}


/* TooltipTop */
.tooltip-top{ position: relative; }
.tooltip:after, .tooltip:before, [data-tooltip]:after, [data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}
.tooltip:before, [data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}
.tooltip-top:before, .tooltip:before, [data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: inherit;
}
.tooltip-top:after, .tooltip-top:before, .tooltip:after, .tooltip:before, 
[data-tooltip]:after, [data-tooltip]:before {
    bottom: 100%;
    left: 50%;
}
.tooltip-bottom:after{
    bottom: -100%;
}
.tooltip-bottom:before{
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: transparent;
}
.tooltip-bottom:before{
    bottom: -7px;
}
.tooltip-top:focus:after, .tooltip-top:focus:before, .tooltip-top:hover:after, .tooltip-top:hover:before, 
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, [data-tooltip]:focus:after, 
[data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}
.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
    margin-left: -60px;
}
.tooltip:after, [data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 120px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}
.tooltip:focus:after, .tooltip:focus:before, .tooltip:hover:after, .tooltip:hover:before, 
[data-tooltip]:focus:after, [data-tooltip]:focus:before, [data-tooltip]:hover:after, [data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}


/*  ===============================================
    Slick_dots/arrows
------------------------*/
.slick-slide{ border: 0; outline: 0; }
.slick_slider.no-gutters .slick-slide { padding: 0; }
.slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after{
    position: absolute;
    content: "";
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: #e4e4e4;
}
.cmt-bgcolor-darkgrey .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after,
.cmt-bgcolor-skincolor .slick-slide_ver-sep .slick-slide.slick-active:not(.slick-current) > div:after{
    background-color: rgba(255,255,255,.3);
}
.slick_slider.slick_slider-opacity_block .slick-list {
    overflow: visible;
}
.slick_slider.slick-dots-style1 .slick-dots,
.slick_slider.slick-dots-style2 .slick-dots,
.slick_slider.slick-dots-style3 .slick-dots{
    padding: 0;
    margin: 0;
    padding-top: 30px;
    top: 100%;
    line-height: 0;
}
.slick_slider.slick-dots-style1 .slick-dots li,
.slick_slider.slick-dots-style2 .slick-dots li,
.slick_slider.slick-dots-style3 .slick-dots li{
    display: inline-block;
    list-style: none;
    line-height: 0;
}
.slick_slider.slick-dots-style1 .slick-dots li {
    width: calc( 19.3% - 0px );
}
.slick_slider.slick-dots-style1 .slick-dots li button{
    height: 4px;
    width: 100%;
    border: 0;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0;
    background-color: transparent;
    background-color: #e2e9f1;
}
.slick_slider.slick-dots-style1 .slick-dots li.slick-active button{
    margin: 0;
}
.slick_slider.slick-dots-style2 .slick-dots li button,
.slick_slider.slick-dots-style3 .slick-dots li button{
    height: 5px;
    width: 9px;
    border: 0;
    font-size: 0;
    padding: 0;
    position: relative;
    margin: 0 5px 0 0;
    background-color: #e2e9f1;
}
.slick_slider.slick-dots-style2 .slick-dots li.slick-active button,
.slick_slider.slick-dots-style3 .slick-dots li.slick-active button {
    width: 25px;
}
.slick_slider.slick-dots-style3 .slick-dots { position: absolute; }
.slick_slider.slick-dots-style3 .slick-dots li button {
    height: 10px;
    width: 10px;
    border-radius: 50px;
}


.slick_slider .slick-arrow {
    height: 37px;
    width: 37px;
    border-radius: 5px;
    z-index: 1;
    border: 0;
    color: inherit;
    background-color: rgba(255,255,255,.07);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    border: 0;
}
.slick_slider .slick-next{ right: 0; }

.slick_slider .slick-prev:before, .slick_slider .slick-next:before {
    font-family: 'themify';
    font-size: 14px;
    line-height: 1;
    opacity: 1;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick_slider .slick-prev:before {
    content: "\e64a";
}
.slick_slider .slick-next:before {
    content: "\e649";
}
.slick-prev,.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}


.slick_slider.slick-arrows-style1 .slick-arrow {
    border: 1px solid #dbdbdb;
    opacity: 0;
    z-index: 11;
    overflow: hidden;
    box-shadow: unset;
}
.slick_slider.slick-arrows-style1 .slick-next{ 
    right: 0px; 
    left: auto;
}
.slick_slider.slick-arrows-style1 .slick-prev {
    left: 0px;
}
.slick_slider.slick-arrows-style1:hover .slick-arrow {
    margin: 0 -60px;
    opacity: 1;
    overflow: visible;
}


.slick_slider.slick-arrows-style2 .slick-arrow {
    top: -100px;    
    box-shadow: unset;
}
.slick_slider.slick-arrows-style2 .slick-next { 
    right: 27%;
    margin-right: -55px;
    left: auto;
}
.slick_slider.slick-arrows-style2 .slick-prev {
    left: 73%;
    margin-left: -25px;
}

.slick_slider.slick-arrows-style3 .slick-next,
.slick_slider.slick-arrows-style3 .slick-prev  {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 10px;
    top: auto;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.13);
    cursor: pointer;
    color: #fff;
}
.slick_slider.slick-arrows-style3 .slick-prev {
    left: -39%;
}
.slick_slider.slick-arrows-style3 .slick-next {
    left: -35%;
}



/*  ===============================================
    TopBar
------------------------*/
.top_bar {
    width: 100%;
    z-index: 3;
    height: 8px;
    line-height: 48px;
}
.top_bar_icon {
    display: inline-block;
    vertical-align: middle;
}
.top_bar_contact_item.with-icon .top_bar_icon i { margin-right: 8px; }
.top_bar_contact_item {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    margin-right: 30px;
    position: relative;
    display: inline-block;
}
.top_bar_contact_item:last-child { margin-right: 0; }
.top_bar_contact_item.with-icon:not(:first-child):after {
    top: 15px;
    content: '';
    height: 18px;
    width: 1px;
    left: -15px;
    background-color: #e9ecef;
    z-index: 1;
    position: absolute;
}
.ttm-bgcolor-darkgrey .top_bar_contact_item.with-icon:not(:last-child):after ,
.ttm-bgcolor-skincolor .top_bar_contact_item.with-icon:not(:last-child):after {
    background-color: rgba(255,255,255,.12);
}
.top_bar_contact_item span { display: inline-block; vertical-align: middle; }
.top_bar .social-icons {
    padding: 0 8px;
}
.top_bar .social-icons li { margin: 0; }
.top_bar .social-icons li a{
    margin: 0;
    font-size: 13px;
    min-width: 35px;
}
.top_bar .social-icons:after{
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    width: 1px;
    left: 15px;
    background-color: rgba(255, 255, 255, 0.08);
    z-index: 1;
}

.top_bar .ttm-bg a:hover {
    color: rgba(255,255,255,.7)!important;
}



/*  ===============================================
    Header
------------------------*/
/** SiteBrand(logo) **/
.site-branding{
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 6px 0;
}



/* .widget_info */
.widget_info{
    position: relative;
}
.widget_info:not(:first-child) {
    padding-left: 70px;
}
.widget_info:not(:first-child):after {
    content: "";
    height: 50px;
    width: 1px;
    background-color: rgba(0,0,0,0.06);
    display: block;
    position: absolute;
    right: 0px;
    left: 35px;
    top: 0;
}
.widget_info .widget_icon {
    font-size: 30px;
    margin-right: 17px;
}
.widget_info h5 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: inherit;
    margin-bottom: 0;
}
.widget_info h3 { 
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    margin: 0;
}


/* header_extra */
.header_extra > div{ 
    margin-left: 12px;
    position: relative;
}
.header_search .search_btn,
.header_cart .cart_btn {
    position: relative;
    border-radius: 3px;
    height: 30px;
    width: 30px;
    font-size: 11px;
    line-height: 29px;
    border: 1px solid transparent;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
.header_cart .cart_btn .cart_count {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 18px;
    font-size: 9px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.header_search_content button.close-search {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 38px;
    background: none;
    text-align: center;
    display: block;
    line-height: 30px;
    color: #848e9f;
    padding: 0;
    padding-left: 2px;
}
.header_search .header_search_content{
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 400px;
    z-index: 10;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #8a91ac;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: rgba(255,255,255,0.97);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-bottom-width: 4px;
    border-bottom-style: solid;
}
.header_search .header_search_content.on{
    visibility: visible;
    opacity: 1;
    z-index: 9;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.header_search_content_inner{
    max-width: 1170px;
    width: 1170px;
    margin: 0 auto;
    position: relative;
}
.header_search .header_search_content #searchbox { position: relative; }
.header_search .header_search_content #search_query_top {
    border: 0;
    width: 100%;
    outline: none;
    margin: 0;
    border-radius: 0;
    padding: 0 60px 15px 0;
    color: #8a91ac;
    background: 0 0;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0;
    background: 0 0;
    z-index: 2;
    padding-right: 70px;
    border-bottom: 1px solid rgba(204,204,204,.5);
}
.header_search .header_search_content input::placeholder {
    color: #848e9f;
}
.header_search .header_search_content_inner .close_btn {
    position: absolute;
    display: block;
    right: 5px;
    top: -45px;
    color: #8a91ac;
    overflow: hidden;
    z-index: 2;
}
.header_search .header_search_content .close_btn i {
    font-size: 20px;
    line-height: 17px;
}
.header_search .header_search_content i,
.header_search .header_search_content p {
    color: #8a91ac !important;
}

.header_social  { 
    padding-left: 12px;
    margin-left: 25px !important;
    border-left-width: 1px;
    border-left-style: solid;
    border-color:  #e4ebff;
}
.ttm-bgcolor-darkgrey .header_social ,
.ttm-bgcolor-skincolor .header_social {
    border-color: rgba(255,255,255,0.13);
}
.header_btn .ttm-btn { padding: 12px 20px 12px 20px; line-height: 1; }

/** SiteNavigation(Menu) **/
.site-navigation {
    position: relative;
    z-index: 2;
}
nav.main-menu ul {
    position: relative;
    margin: 0;
}
nav.main-menu{ margin-top:10px;}
#site-header-menu .site-navigation ul.menu > li >a {
    font-weight: 600;
    display: block;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.2px;
	padding: 12px 20px!important;
}
#site-header-menu .site-navigation ul.menu > li >a:hover{  background:#f39312; color:#fff;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 5px;

}
/* banner_slider */
.banner_slider.slick-slider .slick-prev, .banner_slider.slick-slider .slick-next{
    opacity: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding-right: 3px;
    text-align: center;
    position: absolute;
    display: block;
    z-index: 1;
    margin: 0 20px;
    background: rgba(34, 54, 69, 0.5);
    border-radius: 50%;
}
.banner_slider.slick-slider .slick-next { right: 0; left: auto; padding-right: 0; padding-left: 3px; }
.banner_slider.slick-slider:hover .slick-prev, .banner_slider.slick-slider:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
.banner_slider.slick-slider .slick-prev:hover, .banner_slider.slick-slider .slick-next:hover {
  background: #000;
}
.banner_slider.slick-slider .slick-prev:before, .banner_slider.slick-slider .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    opacity: 1;
    color: #fff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner_slider.slick-slider .slick-prev:before {
    content: "\f053";
}
.banner_slider.slick-slider .slick-next:before {
    content: "\f054";
}


/* banner_slide */
.pdSlider .slick-slide img
{
    display: block;
	margin: 18px auto auto auto;
}
.slide  {
    height: 680px;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0;
}
.slide .slide__img img {
    opacity: 1 ;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    transition: all 1s ease;
}
.slide .slide__content {
    position: relative;
    height: 100%;
    display: flex;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
}
.slide .slide__content--headings {
    padding: 15px 0;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    align-items: center;
    transition: all 0.5s ease;
}

/* banner_slider_1 */
.banner_slider_1 .slide__content {
    background-color:rgb(0 17 62 / 15%);
}
.banner_slider_1 .slide__content--headings h2 {
    line-height: 112px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 87px;
}
.banner_slider_1 .slide__content--headings > h3 {
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 0;
}
.banner_slider_1 .slide__content--headings p {
    color: rgb(220, 221, 222);
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 21px;
}

/* banner_slider_2 */
.banner_slider_2 .slide__content--headings{
    padding: 15px 0;
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
    transition: all 0.5s ease;
}
.banner_slider_2 .slide__content--headings h3 { 
    text-align: left;
    line-height: 0;
}
.banner_slider_2 .slide__content--headings span.num {
    font-weight: 700;
    font-size: 18px;
    position: relative;
    padding-right: 200px;
}
.banner_slider_2 .slide__content--headings span.num:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
}
.banner_slider_2 .slide__content--headings span {
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 24px;
}
.banner_slider_2 .slide__content--headings h2 {  
    display: inline-block;
    line-height: 102px;
    font-weight: 700;
    font-size: 87px;
    position: relative;
}
.banner_slider_2 .slide__content--headings h2:after {
    position: absolute;
    content: "";
    height: 6px;
    width: 46.5%;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/* banner_slider_3 */
.banner_slider_3_overlay .slide { height: 742px; }
.banner_slider_3 .slide__content {
    background-color: rgba(0, 18, 62, 0.54);
}
.banner_slider_3 .slide__content--headings {
    padding: 15px 0;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    transition: all 0.5s ease;
}
.banner_slider_3 .slide__content--headings .quotes-1,
.banner_slider_3 .slide__content--headings .quotes-2 {
    width: 55%;
    height: 100%;
    padding-right: 120px;
    position: relative;
}
.banner_slider_3 .slide__content--headings .quotes-2 {
    padding-left: 100px;
    padding-right: 0;
}
.banner_slider_3 .slide__content--headings .quotes-1:after,
.banner_slider_3 .slide__content--headings .quotes-2:after {
    position: absolute;
    content: "";
    /* height: 100%; */
    width: 3px;
    right: 60px;
    top: -5%;
    bottom: -5%;
}
.banner_slider_3 .slide__content--headings .quotes-2:after {
    left: 0;
}
.banner_slider_3 .slide__content--headings .quotes-1 blockquote ,
.banner_slider_3 .slide__content--headings .quotes-2 blockquote {
    line-height: 34px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 18px;
    text-decoration: underline;
    font-style: italic;
    position: relative;
    padding: 60px 0 30px 0;
    margin: 0;
}
.banner_slider_3 .slide__content--headings .quotes-2 blockquote {
    text-decoration: none;
    padding: 20px 0 20px 0;
}
.banner_slider_3 .slide__content--headings .quotes-1 blockquote:before {
    content: "\f10d";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 40px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    top: 0;
    left: 0;
}
.banner_slider_3 .slide__content--headings h2 {
    line-height: 82px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 72px;
    margin-bottom: 20px;
}
.banner_slider_3 .slide__content--headings h3 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 10px;
}
.banner_slider_3 .slide__content--headings p {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
}

@media only screen and (max-width: 1200px){

    .banner_slider_3_overlay .slide { height: 660px; }

    .banner_slider_3 .slide__content--headings h2 { font-size: 62px; line-height: 72px; }
}

@media only screen and (max-width: 1024px){

    .banner_slider .slide { height: 460px; }

    .banner_slider_1 .logo-icon img { max-height: 58px; }
    .banner_slider_1 .slide__content--headings h2 { font-size: 72px; line-height: 82px; }

    .banner_slider_3 .slide__content--headings h2 { font-size: 52px; line-height: 62px; margin-bottom: 10px; }
    .banner_slider_3 .slide__content--headings .quotes-2 { padding-left: 70px; }
}


@media only screen and (max-width: 991px){ 

    .banner_slider_1 .slide__content--headings h2 { font-size: 55px; line-height: 65px; }
    .banner_slider_1 .slide__content--headings p { font-size: 16px; line-height: 26px; }

    .banner_slider_2 .slide__content--headings span.num { padding-right: 80px; }
    .banner_slider_2 .slide__content--headings span { font-size: 20px; line-height: 1; }
    .banner_slider_2 .slide__content--headings h2 { font-size: 60px; line-height: 70px; }

    .banner_slider_3 .slide__content--headings .quotes-1,
    .banner_slider_3 .slide__content--headings .quotes-2 { display: none; }
    .banner_slider_3 .slide__content--headings { text-align: center; display: block; }
    .banner_slider_3 .slide__content--headings p { padding: 0 0 15px 0; margin: auto; width: 70%; }

}

@media only screen and (max-width: 767px){

    .banner_slider .slide { height: 400px; }

    .banner_slider .slide__content--headings p { display: none; }

    .banner_slider_1 .logo-icon img { max-height: 50px; }

    .banner_slider_2 .slide__content--headings h3 { text-align: center; margin-bottom: 15px; }
    .banner_slider_2 .slide__content--headings span.num { display: none; }

    .banner_slider_3 .slide__content--headings h2 { font-size: 46px; line-height: 56px; margin-bottom: 0; }
}


@media only screen and (max-width: 600px){

    .banner_slider .slide { height: 300px; }

    .banner_slider_1 .logo-icon img { max-height: 40px; }
    .banner_slider_1 .ttm-icon { height: 50px; width: 50px; line-height: 50px; margin-bottom: 15px; }
    .banner_slider_1 .ttm-icon i { font-size: 32px; }

    .banner_slider_2 .slide__content--headings span { font-size: 18px; line-height: 1; }
    .banner_slider_1 .slide__content--headings h2 { font-size: 33px; line-height: 46px; margin-bottom: 0; }
    .banner_slider_2 .slide__content--headings h2 { font-size: 38px; line-height: 50px; margin-bottom: 0; }

    .banner_slider_3 .slide__content--headings h3 { font-size: 16px; line-height: 26px; margin-bottom: 5px; }
    .banner_slider_3 .slide__content--headings h2 { font-size: 33px; line-height: 46px; margin-bottom: 0; }


    .slide .ttm-btn.ttm-btn-size-md:not(.btn-inline) {
        padding: 9px 20px;
        font-size: 12px;
    }

}

@media only screen and (max-width: 480px){

    .banner_slider .slide { height: 320px; }

}



/* /////////// IMAGE ZOOM /////////// */
.banner_slider .slide_img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.slick-active .slide_img {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear 0s;
    -moz-animation: imageAnimation 36s linear 0s;
    -o-animation: imageAnimation 36s linear 0s;
    -ms-animation: imageAnimation 36s linear 0s;
    animation: imageAnimation 36s linear 0s;
}
@keyframes imageAnimation { 
  0% { animation-timing-function: ease-in; }
  8% { transform: scale(1.02); animation-timing-function: ease-out; }
  17% { transform: scale(1.04); animation-timing-function: ease-out; }
  22% { transform: scale(1.02); } 25% { -transform: scale(1.1); }
}



/* ===============================================
    Footer
------------------------*/
.footer{
	background: #333333;
    z-index: 1;
    position: relative;
    background-position: center center;
    background-attachment: scroll;
	padding:0 10px;
}
.footer p{ font-size:14px; color:#fff;}
.copyright{background: #3a3a3a!important;}

@keyframes move {
    0% {
        background-position: left 0 bottom 0
    }
    100% {
        background-position: left 350px bottom 0
    }
}

.footer .footer-logo {
    position: relative;
    margin-bottom: 20px;
}
.footer .row .widget-area:first-child .widget {
    margin-right: 25px;
}

.footer .social-icons li {
    font-weight: normal;
    text-align: center;
    position: relative;
    margin: 0 1px;
}
.footer .social-icons li a {
    width: 40px;
    height: 40px;
}


.footer .widget .widget-title { 
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px;
    position: relative;
	border-bottom:2px solid #686868;
	padding-bottom:10px;
}
.footer .widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}


/* second-footer */
.second-footer .widget-area .widget {
    padding: 50px 0 45px;
    position: relative;
    z-index: 2;
}

@-webkit-keyframes wavemove {
    0% {
        margin-left: 20%
    }
    100% {
        margin-left: -30%
    }
}
@-moz-keyframes wavemove {
    0% {
        margin-left: 20%
    }
    100% {
        margin-left: -30%
    }
}
@keyframes wavemove {
    0% {
        margin-left: 20%
    }
    100% {
        margin-left: -30%
    }
}

/** menu-footer-quick-links **/

.widget ul#menu-footer-quick-links li a{
	font-size:14px;
    display: inline-block;
    transition: all .6s;
    padding-left: 22px;
}
.widget ul#menu-footer-quick-links li a:hover{ color:#ccc;}
.widget ul#menu-footer-quick-links li {
	background:url(../images/ft-arrow.png) no-repeat;
	background-position: 0 6px;
    background-size: 8px;
    display: block;
    padding: 0px 0px 14px 0;
    position: relative;
}
.widget ul#menu-footer-quick-links li:last-child{ padding-bottom: 0; }


/** copyright **/
.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
}
.copyright, .copyright .cpy-text {
    color: rgba(255,255,255,.75)!important;
}
.copyright ul.list-inline{ margin: 0; }

/** Footer-nav-menu **/
.footer-nav-menu{
    padding: 0 ;
    margin: 0;
}
.footer-nav-menu li {
    display: inline-block;
    padding-right: 18px;
    font-size: 14px;
}
.footer-nav-menu li:last-child{ padding-right: 0; }
ul.footer-nav-menu li:after {
    position: absolute;
    content: "|";
    color: #fff;
    padding-left: 8px;
}
ul.footer-nav-menu li:last-child:after{
    content: unset;
}


/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 50px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    transition: .3s ease-in-out;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
	background:#f39312;
}
@keyframes jump {
  0% { bottom: 20px; } 50% { bottom: 40px; } 100% { bottom: 20px; }
}
#totop.top-visible  {
  animation: jump 4s infinite;
}


/* ===============================================
    Page-Title-Row
------------------------*/
.ttm-page-title-row { 
    background: url(../images/images-single-img-02.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.ttm-page-title-row.ttm-bg.ttm-bgimage-yes >.ttm-bg-layer{
    opacity: .65;
}
.ttm-page-title-row-inner { 
    width: 100%;
    text-align: center;
    position: relative;
    padding: 75px 0;
}
.page-title-heading h2 {
    text-transform: capitalize;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 46px;
    line-height: 56px;
    display: inline-block;
    margin-bottom: 14px;
}
.breadcrumb-wrapper {
    z-index: 99;
    text-align: center;
    display: inline-block;
}
.breadcrumb-wrapper span{
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}
.breadcrumb-wrapper span:first-child{
    padding-right: 60px;
}
.breadcrumb-wrapper span:first-child a{
    color: #fff;
}
.breadcrumb-wrapper span:first-child:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    right: 12px;
    top: 7px;
    display: inline-block;
    font-style: normal;
}
.breadcrumb-wrapper span:first-child:before{
    content: '';
    position: absolute;
    height: 2px;
    width: 30px;
    top: 10px;
    right: 20px;
}


/* ===============================================
    Inner-Pages
------------------------*/

/*------------------------------------------------------------------------------*/
/*  single_services
/*------------------------------------------------------------------------------*/ 
.ttm-service-single-content-area div:not(.featured-title) > h3 { font-size: 28px; line-height: 35px; }
.ttm-service-single-content-area p:not(:last-child) { margin-bottom: 25px; }
.ttm-service-single-content-area .ttm_fatured_image-wrapper { position: relative; }
.ttm-service-single-content-area .ttm_fatured_image-wrapper .p-15.ttm-bgcolor-skincolor {
    color: #fff;
    padding: 15px 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba( 19,197,221,0.82);
}


/*------------------------------------------------------------------------------*/
/*  single_team
/*------------------------------------------------------------------------------*/ 
.ttm-team-member-single-content h2, .ttm-team-member-content h2 { 
    font-size: 30px; 
    line-height: 40px; 
    margin-bottom: 15px;
}
.ttm-team-member-content .ttm-team-member-header-content {
    padding: 25px 10px;
    text-align: center;
}
.ttm-team-member-single-content-area {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
}
.ttm-team-member-content .ttm-team-member-header-content .ttm-team-member-single-title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0;
    color: #fff;
}
.ttm-team-member-single-content ul.ttm-team-details-list {
    margin: 0;
    padding: 25px 30px;
    overflow: hidden;
    clear: both;
}
.ttm-team-details-list li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding: 8px 0 9px 0;
}
.ttm-team-details-list li a {
    color: inherit;
}
.ttm-team-details-list .ttm-team-list-title  {
    margin-right: 3px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 6px;
}

.team-timeline {
    position: relative;
}
.team-timeline:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: rgba(0,0,0,.07);
    top: 10px;
    left: 30%;
    display: block;
}
.ttm-team-member-single-content .timeline-panel {
    display: table;
    margin-bottom: 15px;
}
.team-timeline .timeline-panel .timeline-head {
    display: table-cell;
    width: 40%;
    position: relative;
    vertical-align: middle;
}
.team-timeline .timeline-panel .timeline-head h3 {
    font-weight: 600;
    font-size: 22px;
    padding-top: 3px;
    line-height: 30px;
}
.team-timeline .timeline-panel .timeline-head:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.07);
    top: 10px;
    right: 22.5%;
    display: block;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.team-timeline .timeline-panel:nth-child(2) .timeline-head:before {
    height: 8px;
    width: 8px;
    box-shadow: 0 0 1px 5px rgb(19 197 221 / 35%);
    right: 23.5%;
}
.team-timeline .timeline-panel .timeline-body {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
.team-timeline .timeline-body h5:before {
    position: absolute;
    content: "";
    top: 8px;
    left: -50px;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 3px solid #ff8d00;
    background-color: #fff;
}


/*------------------------------------------------------------------------------*/
/*  Single_Blog
/*------------------------------------------------------------------------------*/
.ttm-blog-single .post-meta{
    display: block;
    display: block;
    padding-bottom: 18px;
    margin-bottom: 18px;
    margin-top: 25px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.ttm-blog-single .post-meta .ttm-meta-line i {
    padding-right: 7px;
    font-size: 13px;
}
.ttm-blog-single .post-meta .ttm-meta-line {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    padding-right: 23px;
    position: relative;
}
.ttm-blog-single .post-meta .ttm-meta-line:not(:last-child):after {
    position: absolute;
    content: "/";
    right: 8px;
    top: 0px;
}
.ttm-blog-single h3 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 20px;
}
.ttm-blog-single .ttm-list.ttm-list-style-icon {
    display: inline-block;
}
.ttm-blog-single .ttm-list.ttm-list-style-icon li {
    position: relative;
    padding-bottom: 13px;
}
.ttm-blog-single blockquote {
    display: block;
    z-index: 1;
    padding: 41px 80px 25px 58px;
    position: relative;
    border-left-width: 5px;
    border-left-style: solid;
    border-radius: 10px;
    margin: 35px 0 50px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    min-height: 100px;
    font-style: normal;
}
.ttm-blog-single blockquote p { margin-bottom: 1px; }
.ttm-blog-single blockquote:before {
    content: '';
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
    height: 50px;
    width: 60px;
    -webkit-mask: url(../fonts/images-quote-1.svg);
    mask: url(../fonts/images-quote-1.svg);
    -webkit-mask-box-image: url(../fonts/images-quote-1.svg);
    z-index: -1;
    background-color: #e5ebfa;
}
.ttm-blog-single blockquote cite{
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    padding-left: 18px;
    position: relative;
    color: inherit;
    font-style: normal;
}
.ttm-blog-single blockquote cite:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 10px;
    left: 0;
    top: 10px;
    background-color: currentColor;
}
.ttm-blog-single .social-media-block {
    display: block;
    clear: both;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 25px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    margin-top: 30px;
}
.ttm-blog-single .ttm_tag_lists {
    font-size: 16px;
}
.ttm-blog-single .ttm_tag_lists .ttm-tags-links-title {
    font-style: italic;
}
.ttm-blog-single .ttm_tag_lists .ttm-tags-links-title i {
    padding-right: 5px;
}
.ttm-blog-single .social-media-block .ttm-tags-links a {
    font-size: 15px;
    font-style: normal;
    display: inline-block;
    color: #848e9f;
    padding: 5px 15px;
    font-weight: 400;
    margin-right: 4px;
    border-radius: 3px;
}
.ttm-social-share-wrapper {
    display: flex;
    align-items: center;
}
.ttm-social-share-wrapper ul li a {
    height: 36px;
    width: 36px;
    line-height: 37px;
    text-align: center;
    display: block;
    font-size: 13px;
    border-radius: 3px;
    background-color: #eff3ff;
    color: #848e9f;
}



/*blog-comment*/
.comments-area {
    padding-top: 30px;
    margin-bottom: 0;
}
.comments-area h3.comment-reply-title{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}
.comment-form textarea, .comment-form input[type="text"], 
.comment-form input[type="email"], .comment-form input[type="url"] {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-left: 15px;
    background-color: #f3f5ff;
    border: 1px solid transparent;
    border-radius: 5px;
}
.comments-area .comment-form .comment-form-author, 
.comments-area .comment-form .comment-form-email, 
.comments-area .comment-form .comment-form-url {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
}
.comments-area .comment-form .comment-form-url {
    margin-right: 0;
}

/*------------------------------------------------------------------------------*/
/*  Project_Blog
/*------------------------------------------------------------------------------*/ 
.ttm-pf-detail-box { position: relative; }
.ttm-pf-single-detail-box {
    padding: 25px 25px 0;
    position: absolute;
    right: 0;
    top: auto;
    bottom: -55px;
    color: #fff;
    margin: 0;
    min-width: 311px;
}
.ttm-pf-single-detail-box ul{
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    margin-top: 0;
}
.ttm-pf-single-detail-box ul li{
    position: relative;
    display: block;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding: 11px 0 11px 0;
}
.ttm-pf-single-detail-box ul li:last-child { 
    border-bottom: 0;
}
.ttm-pf-single-detail-box ul li > span { display: block;  }
.ttm-pf-single-detail-box ul li > span:first-child {
    font-weight: 600;
    margin-right: 5px;
    font-size: 18px;
}
.ttm-pf-single-content-area h2 {
    text-align: left;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
}
.ttm-pf-single-content-area .social-icons.circle li>a{
    height: 36px;
    width: 36px;
    line-height: 37px;
    text-align: center;
    display: block;
    font-size: 13px;
    border-radius: 3px;
    background-color: #eff3ff;
    color: #848e9f;
}
.ttm-pf-single-content-area .social-media-block .ttm-btn {
    color: inherit;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 15px;
    font-style: normal;
    display: inline-block;
    color: #848e9f;
    padding: 5px 15px;
    font-weight: 400;
    margin-bottom: 7px;
    border-radius: 3px;
}
.ttm-pf-single-related-wrapper h2 { font-size: 30px; }


/*------------------------------------------------------------------------------*/
/*  Contact_page
/*------------------------------------------------------------------------------*/ 
.ttm_contact_widget_wrapper {
    position: relative;
    z-index: 1;
    overflow: visible;
    clear: both;
    padding: 40px 30px;
    padding-left: 35px;
}
@media (min-width: 992px) {
    .ttm_contact_widget_wrapper:before {
        position: absolute;
        content: '';
        right: -20px;
        top: 46%;
        margin: 0 auto;
        border-bottom: 20px solid transparent;
        border-top: 20px solid transparent;
        border-left-width: 20px;
        border-left-style: solid;
        z-index: 9;
    }
}


.ttm_contact_widget_wrapper ul {
    padding: 0;
    margin: 0;
    z-index: 2;
    list-style: disc;
    clear: both;
    padding-left: 23px;
}
.ttm_contact_widget_wrapper li {
    margin-bottom: 25px;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
}
.ttm_contact_widget_wrapper li h6 {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.ttm_contact_widget_wrapper li span {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}

@media (max-width:1200px) {
.contentPages { margin-top: 20px;}
#logo-img{height: 56px;}
}
@media (max-width:1100px) {

}
@media (max-width: 991px) {
.contUpdate .cards{flex-wrap: wrap;}
.bannerText { padding: 10px 15px 15px 15px; position: inherit; left:0; top:0; width: 100%; height:auto;}
.iconsBox{ flex-wrap: wrap;}
.iconsBox .client-box { margin: 0 3.6% 10px 3.6%;}
.locationMap{ margin-bottom:20px;}
.ctBox{ margin-bottom:50px;}
.ctBox h4{ font-size: 36px;}
.ctBox .ctForm{ display:block;}
.ctBox .ctForm .ctone { width: 100%;}
.ctBox .ctForm .ctone.pl-4{ padding-left:0!important; margin-bottom:10px;}
.ctBox .ctForm .ctone textarea{ width: 100%;}
.footer{ padding:25px 0 0 0;}
}
@media (max-width: 600px) {
.hdContact{ display:none;}
.callPhone{ display:block!important;}
.mt-5.firstTab{ margin-top:22px!important;}
.sec-title h2{    font-size: 22px!important;}
.contUpdate .card{     width: 44%; margin:0 10px 20px 10px;}

.site-header-menu .col-lg-12{ padding-left:8px; padding-right:8px;}
#logo-img { height: 46px;}
.aboutImg{ margin-bottom:20px;}
.rare{
    z-index: 99;
	left: 0;
    margin: auto;
    width: 185px;
    font-size: 13px;
    text-align: center;
	margin-right: 64px;
}
}
@media (max-width: 359px) {
.rare{margin-right: 52px;line-height: 17px;}
}
/*------------------------------------------------------------------------------*/
/*  Map
/*------------------------------------------------------------------------------*/   
#map { display: block; height: 550px; width: 100%; }

