
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Alatsi&display=swap');

html,
body {
    background-color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #231f20;
    width: 100%;
    padding: 0;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
}

/*==========================================
PRE LOADER 
==========================================*/
.absacglobe
{
	min-height:300px;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.omcontact_info h5 {
	font-size: 1.2em;
    color: #ffffff;
    margin-bottom: 1.5em;
    font-weight: normal;
    text-transform: capitalize;
}
.contact-left .h2head {
   color: #2b2e91;
    font-size: 1em;
    margin-bottom: 0em;
    font-weight: 600;
}
.contactinfo input[type="text"], .contactinfo input[type="email"], .contactinfo textarea {
        outline: none;
    padding: 15px 15px;
    font-size: 14px;
    color: #777;
    border: 1px solid #717268;
    background: #fff;
    width: 100%;
    margin: 0 0 12px 0;
}
.contact-left .h2head i{ font-size:18px; padding:0 5px;}

.preloader h2 {
    font-size: 3rem;
    text-align: center;
    margin-top: 200px;
    margin-bottom: 50px;
}
.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}
.innerPageImg
{       background: linear-gradient( #f9bfa903 100%, rgba(245, 0, 0, 0)68%),url(../images/headImg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 120px;
}
.innerPrePrimary
{
   background-attachment:fixed;
    width: 100%;
    min-height: 300px;
}

.headSacsTittle{
      position: relative;
    background: #af181b;
    z-index: 99;
    width: 100%;
}
.headSacsTittle h2
{     font-size: 22px;
    color: #fff;}

.login_board {
 position:fixed;
    z-index: 999999;
    background: #f9f4eb;
    right: 23%;
    width: auto;
    text-align: center;
    border-bottom: 1px solid #725b38;
    top: 0;
    z-index: 9999;
}

ul.loginInfo
{    display: inline-block;
    color: #000;
   
    margin: 11px 0;
    border-radius: 5px;
}
    ul.loginInfo li {
             line-height: 1.6;
       border-bottom: 1px solid #1e1c15;
    font-size: 14px;
    text-align: left;
    }
        ul.loginInfo li:last-child {
            border-right: 0px dashed #ffffff;
        }
ul.loginInfo li a {
      color: #6b2626;
    padding: 0 5px 0 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: .3rem 0px;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #252b31;
    text-align: left;
    list-style: none;
    background-color: #b3ff2e;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0;
    min-width: max-content;
}
.dropdown-menu li  {
      position: relative;
    border-bottom: 1px solid #c3b5b5;
    padding: 5px 5px;
}
.dropdown-menu li a:hover  {
   color:#3705ff;
}
.dropdown-menu li:last-child
{   border-bottom: 0px solid #c3b5b5;}
ul.loginInfo li a.adl:before {
         content: "\f023";
    font-family: FontAwesome;
    position: relative;
    top: -0.5px;
    padding: 0 5px;

 }
ul.loginInfo li a.tc:before {
         content: "\f002";
    font-family: FontAwesome;
    position: relative;
    top: -0.5px;
    padding: 0 5px;

 }
 ul.loginInfo li a.srcf {
        font-weight: 400;
    color: #0785db;
    }
    ul.loginInfo li a.srcf:before {
         content: "\f1c0";
    font-family: FontAwesome;
    position: relative;
    top: -0.5px;
    padding: 0 5px;
    color: #0198ff;
    }
ul.loginInfo li a:before{
    content: "\f007";
    font-family: FontAwesome;
    position: relative;
   top: -0.5px;
    padding: 0 5px;
}
  
	
.f_headext{
 color: #fff;
 padding: 0px 15px;
 margin-bottom: 5px;
 }
 .quicklinks
 {padding: 0px 15px;}
ul.contact_info
{
 display:block;
  color: #000;
  padding: 0 15px;
}
ul.contact_info li
{
    line-height: 2;
    border-bottom: 1px dashed #6b6055;
    font-size: 14px;
    color: #fff;
}
ul.contact_info li:last-child
{   
border-bottom: 0px dashed #6b6055;
}
ul.contact_info li h4
{
    font-size: 1.5rem;
    display: inline;
}
ul.contact_info li h4 a
{
    font-size: 1.5rem;
    display: inline;
}
ul.contact_info li h4 span
{
 font-size:1.1rem;
 
}
ul.contact_info li a
{
    font-size: 14px;
    color: #fff;
	font-weight:normal;
	    display: inline-block;
}
}
ul.contact_info li a:hover
{
	color:#d3d50c;
 transition: all 0.5s;
}
ul.contact_info li .fa-mobile-phone
{font-size:24px;}
ul.contact_info li i
{	font-size: 18px;
    width: 25px;
    height: 25px;
}
ul.contact_info li a i
{ vertical-align: middle;
	padding:0 9px 0 0;
}


ul.social_info
{
}
ul.social_info li
{    font-size: 14px;
    color: #000;
    display: inline-block;
    padding: 0px 5px 0;
    border: 2px solid #83bb14;
    width: 35px;
    height: 35px;
    text-align: center;
}
ul.social_info li a
{    line-height: 2;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
	color:#fff;
}
ul.social_info li a:hover
{
	transition: 0.3s;
	color:#888a05 !important;
}
ul.social_info li:hover{border: 2px solid #b2b50e;transition: 0.3s;}
ul.social_info li a i
{
    font-size: 18px;
    vertical-align: middle;
	line-height:1.8;
    
}
.read_more
{    padding: 7px 6px;
    height: 34px;
    border: 2px solid #ca9b09;
    vertical-align: top;
}
a.read_more
{color: #000;
}
a.read_more i
{color: #000;
    vertical-align: middle;
    font-size: 13px;
}a.read_more:hover{content: attr(data-hover);
    color: #341f97;
   
	  border: 2px solid #000	;
    transition: transform 0.3s ease 0.1s, left 0.2s;
}
.sacslogo
{    padding: 1em;
    background: #ffffffd1;
    margin: 16px 0;
    border-radius: 42px;}

.saraIcin_left
{    float: left;
    color: #fff;
    font-size: 32px;
    width: 60px;
    height: 60px;
    /* margin: 0 auto; */
    text-align: center;
}
.saraIcin_left i
{    vertical-align: top;
    color: #ffc61e;}
.srightcontent 
{     float: left;
}
.srightcontent h3 {
    float: left;
    padding: 0 0px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    margin: 0 1px;
}
.srightcontent span
{         font-size: 14px;
    display: block;
    text-transform: none;
    padding: 0 2px;
    color: #fff;
    font-weight: normal;
}
 .borderbottom
 {border-bottom:1px solid #146bab;}
 .borderright
 {border-right:1px solid #146bab;}
 .borderleft
 {border-left:1px solid #146bab;}
 
 .glyphicon
{
    margin-right:4px !important; /*override*/
}

.msg_rounded
{    border-radius: 2px;
    min-height: 100px;
    margin: 10px 0;
    background: #ffffff33;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 13px;
}
.profile h4
{
	     font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #a5580b;
}
.profile .border_m
{       border-bottom: 1px solid #f52043;
    width: 13%;
    margin-bottom: 23px
}
.profile h4 i{ font-size:13px; font-weight:400; font-style:normal}
.image_outer_container{
          margin-top: 11px;
    margin-bottom: auto;
    border-radius: 50%;
    position: relative;
       }

       .image_inner_container{
       	border-radius: 50%;
       	padding: 5px;
        background: #833ab4; 
        background: -webkit-linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4); 
        background: linear-gradient(to bottom, #fcb045, #fd1d1d, #833ab4);
       }
       .image_inner_container img{
       	    height: 160px;
    width: 160px;
       	border-radius: 50%;
       	border: 5px solid white;
       }

       .image_outer_container .green_icon{
         background-color: #4cd137;
         position: absolute;
         right: 30px;
         bottom: 10px;
         height: 30px;
         width: 30px;
         border:5px solid white;
         border-radius: 50%;
       }
	   
.pagination .glyphicon
{
	margin-right: 0px !important;
    line-height: 1.5;
}

.pagination a
{
    color:#555;
}

.panel ul
{   padding: 0px;
    margin: 0px;
       list-style: none;
    margin: 1px 0 0;
    padding: 0px 0 0;
  
}

.SacsNewSection
{   position: absolute;
    z-index: 99;
    left: 0;
    background: #ffffffe3;
    width: 26%;
    bottom: 15%;
}
.overfN
{border-color:rgb(233, 193, 59) transparent transparent transparent;
    font-size: 22px;
    border-style: solid;
    border-width: 56px 126px 0 0;
    width: 0;
    height: 0;
    left: 0;
    top: 0;}
.overfN h2{ 
position: absolute;
    left: 14px;
    font-size: 18px;
    top: 0;
}
.overfN h2 i
{ padding:0 3px; }
.news-item
{   padding: 4px 4px;
    margin: 0px;
    border-bottom: 1px dashed #876666;    
    margin-bottom: 3px;
    font-size: 14px;
}
p.newtem_p a
{ text-decoration:underline}
p.newtem_p a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -block;
    width: calc(98% - 12px);	
}
p.newtem_p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -block;
    width: calc(98% - 17px);	
}

 .portfolio
 { background:#eee;}
 
 .SacNews
 {min-height:132px}
.footer {
	margin: 0 auto;
	width: 100%;
    padding: 30px 0 0;
    box-sizing: border-box;
    background-size: cover;
    background: linear-gradient( #033665eb 100%, rgb(255, 198, 29)100%),url(../images/slider1.jpg) -82px -174px;
}
.borr {
    border-right: 1px solid #52718e;
}

.footer .ftbox {
      float: left;
    width: 25% !important;
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 14px;
    color: #e8e8e8;
    font-weight: 400;
    line-height: 20px;
}

.link1 {
    width: 28% !important;
    padding-left: 0 !important;
}

.link2 {
    width: 27% !important;
}

.link3 {
    width: 23% !important;
}

.link4 {
    width: 22% !important;
}
ul.quicklinks
{
	
}
ul.quicklinks li
{       display: inline-block;
    padding: 2px 3px;
    color: #000;
    border: 1px solid #82868a;
    margin: 4px 2px;
    background: #0d4272;}
ul.quicklinks li a{color:#fff; font-size:12px;}
.copy_right {
    float: right;
    width: 30%;
    text-align: right;
    padding: 10px 0;
}

    .copy_right p {
        font-size: 14px;
        color: #333;
        line-height: 16px;
      
        font-weight: 600;
    }

        .copy_right p a {
            font-size: 14px;
            color: #333;
            line-height: 16px;
            font-weight: 600;
            text-decoration: none;
            padding: 0 5px;
            box-sizing: border-box;
            transition: all .7s;
            display: inline-block;
        }

            .copy_right p a:hover {
                color: #07345d;
            }
 
/*==========================================
            PREDFINEED CSS
==========================================*/
.News_section
{}
#News_section
{
	min-height:350px;
}
.main_figur {
    width: 100%;
    overflow: hidden;
}
.row{
    margin-bottom:0;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.clear {
    clear: both;
}
img {
    max-width: 100%;
}

h1,
h2 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
	
}
h1 {
    font-size: 2.571rem;
    line-height: 3.5rem;
    color: #fff;
}
h2 {
    font-size: 2.143rem;
    line-height: 2.5rem;
	font-family: 'Alatsi', sans-serif;
}
h3 {
    font-size: 1.714rem;
    line-height: 2.5rem;
    margin-bottom: 30px;
}
h4 {
    font-size: 1.286rem;
    line-height: 2rem;
    font-weight: 500;
}

h6{
    font-size:1.000rem;
    font-weight: 500;
    line-height: 1.5rem;
}

p {
    line-height: 1.375rem;
    margin: 0 0 15px;
}
p:last-child {
    margin-bottom: 0px;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
    outline:0;
}
a:focus{
    outline:0;
}
a:hover{
    text-decoration: none;

}

.btn, .btn-large, .btn-flat{
    text-transform: lowercase !important;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: 0;
}

.overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #084e81e8;
}
.form-control {
    /*display: block;
    width: 100%;
    padding: .375rem 0rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #ddd;
    background-color: transparent;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0rem;
    border-bottom: 1px solid #555;
    outline: 0;
        */
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}

input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}

textarea.form-control:focus:not([readonly]) {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}

/*section:nth-child(odd){
    background: #ddd;
}*/
/*==============================================================
            Navigation Style
================================================================*/

.cd-header a.brand-logo img{
       padding: 5px;
    margin-top: 5px;
}

.cd-header{
     position: relative;
    background: #ffc107;
    padding: 5px 0 10px;
    border-bottom: 1px solid #e5e2e2;
}
.cd-header.small{
	 background: #ffc107;

}
nav ul li {
    transition: background-color .3s;
    float: none;
    padding: 0;
    text-align: center;
}
.brand-logo img{
 }
.boxNews
{width: 42px;
    display: block;
    padding: 6px 5px 0;
    text-align: center;
    margin: 0 8px;
    border: 2px solid #f2c022;
    border-radius: 8px;
    height: 44px;
    font-size: 11px;
    font-weight: bold;
    background:ffffcec;
}
.boxNews h5 {
    color: #980808;
    font-size: 15px;
}
.sacsEvents{
  
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .5s;
    width: 347px;
    height: 300px;
}
.sacsEvents img{
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    height: 100%;
}
.sacsEvents img{
    transition: all 0.4s ease;
}
.sacsEvents:hover img{ filter: hue-rotate(100deg); }
.sacsEvents .sacsEvents-content{
   width: 100%;
    opacity: 1;
    transform: translateY(-129%);
    position: relative;
    z-index: 2;
    transition: all 0.4s;
    background: #0e0f44de;
}
.sacsEvents:hover .sacsEvents-content{ opacity: 1; }
.sacsEvents .title{
          font-size: 16px;
    font-weight: 400;
    /* letter-spacing: 1px; */
    margin: 0 0 3px 0;
    line-height: 1.3;
    color: #ffffff;
    padding: 10px;
}


.sacsEvents .post{ font-size: 16px; }
.sacsEvents .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 13px;
	display:none;
}
.sacsEvents .icon li{
    display: inline-block;
    margin: 0 7px;
    opacity: 1;
    transform: translateY(50px);
    transition: all 0.3s;
}
.sacsEvents:hover .icon li{
    opacity: 1;
    transform: translateY(0);
}
.owl-dots
{ display:none !important;}
.sacsEvents:hover .icon li:nth-child(2){ transition: all 0.3s ease 0.2s; }
.sacsEvents .icon li a{
    color: #fff;
    background: #6c5ce7;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    display: block;
    transition: all 0.5s ease;
}
.sacsEvents .icon li  a:hover{
    color: #fff;
    text-shadow: 0 0 5px #000;
    border-radius: 10%;
}
@media only screen and (max-width:990px){
    .sacsEvents { margin: 0 0 30px; }
}
@media only screen and (max-width:768px){
    .borderright img
	 {
		border-radius:75px;
     }
}
.Toppersh{
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all .5s;
    width:180px;
    height: 238px;
}
.Toppersh-img
{ width:165px;
    height: 165px;}
.Toppersh img{
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    height: 100%;
}
.Toppersh img{
    transition: all 0.4s ease;
	border-radius:50%;
}
.Toppersh:hover img{ filter: hue-rotate(100deg); }
.Toppersh .Toppersh-content{
    width: 100%;
    position: relative;
    transition: all 0.4s;
    padding: 7px 0 0;
}
.Toppersh:hover .Toppersh-content{ opacity: 1; }
.Toppersh .title{
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 3px 0;
    line-height: 1.3;
    color: #e9b91d;
}
.Toppersh .post{
	font-size: 16px;
    font-weight: 600;
    color: #fff }

.owl-dots
{ display:none !important;}
.Toppersh:hover .icon li:nth-child(2){ transition: all 0.3s ease 0.2s; }
.Toppersh .icon li a{
    color: #fff;
    background: #6c5ce7;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    display: block;
    transition: all 0.5s ease;
}
.Toppersh .icon li  a:hover{
    color: #fff;
    text-shadow: 0 0 5px #000;
    border-radius: 10%;
}
@media only screen and (max-width:990px){
    .Toppersh { margin: 0 0 30px; }
}
@media only screen and (max-width:768px){
    .borderright img
	 {
		border-radius:75px;
     }
}


.SacsImgBox{
    background-color: #222;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    position: relative;
    width: 100%;
   
}
.SacsImgBox:before,
.SacsImgBox:after{
    content: '';
    background: #ff7b08;
    width: 10px;
    height: 90%;
    box-shadow: 15px 0 0 #ff7b08;
    transform: skewY(50deg);
    position: absolute;
    bottom: -80%;
    left: 5px;
    z-index: 1;
    transition: all 0.45s ease;
}
.SacsImgBox:after{
    box-shadow: -15px 0 0 #ff7b08;
    left:auto;
    right: 5px;
    bottom: auto;
    top: -80%;
}
.SacsImgBox:hover:before{ bottom: -10px; }
.SacsImgBox:hover:after{ top: -10px; }
.SacsImgBox img{
    width: 100%;
    height: 100%;
    transition: all 0.45s;
}
.SacsImgBox:hover img{
    opacity: 1;
    filter: grayscale(90%);
}
.SacsImgBox .box-content{
    color: #fff;
    text-align: center;
    width: 62%;
    padding: 5px;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.45s ease;
    background: #6b1006ad;
    border: 1px solid #fffc;
}
.SacsImgBox:hover .box-content{ opacity: 1; }
.SacsImgBox .title{
           font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 1px;
    line-height: 1.5;
}
.SacsImgBox h3.title {color:#fff}
.SacsImgBox .post{
  color: #f2c022;
    font-size: 16px;
    text-transform: capitalize;
}
.SacsImgBox .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity:1;
    transform: translateX(-50%) rotateX(90deg);
    transform-origin: bottom center;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transition: all 0.3s ease;
}
.SacsImgBox:hover .icon{
    opacity: 1;
    transform: translateX(-50%) rotateX(0);
	 display:none;
}
.SacsImgBox .icon li{
    display: inline-block;
    margin: 0 2px;
}
.SacsImgBox .icon li a{
    color: #fff;
    background-color: #ff7b08;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s;
}
.SacsImgBox .icon li  a:hover{
    color: #ff7b08;
    background-color: #fff;
}
@media only screen and (max-width:990px){
    .SacsImgBox 
	{
	margin: 0 0 0px;
    width: 100%;
    height: 100%;
	}
}
.text-center
{text-align:center;}
/*==============================================================
            Head Title
================================================================*/
.head_title {
    margin: 0px auto;
}
.head_title h2{
     line-height: 4rem;
    color: #231f20;
    font-size: 2.4rem;
	}
	.head_title h2 i{
        font-size: 2.5rem;
    color: #e9b91d;
	}
.head_title h3{
       line-height: 1.5rem;
    color: #bb8f0b;
  
    font-weight: 700;
}
.head_title h3.bottomline
{     color: #ffc61e;
    font-size:1.4rem;
    line-height: 1.1;
    font-weight: 600;
}
.head_title h6{
      border-left: 2px solid #dad6c9;
    padding-left: 20px;
    color: #000;
    letter-spacing: 0px;
    word-spacing: 1px;
}
.head_title p{
    padding :0; 
	margin:0;
}


/*=============================================================
                    home section
===============================================================*/
#about
{background: url(../images/aboutsars_bgImg.jpg) center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
	
}

.home {
   background-size: cover;
   position: relative;
   background-attachment: fixed;
}

.main_home {
    padding: 170px 20px 170px 20px;
    position: relative;
}
.main_home h1{
    width:100%;
    margin:20px auto;
}
.main_home ul li a{
    color:#fff;
}
.main_home ul{
    margin-top:10%;
}

.scrolldown{
    position: absolute;
    left: 50%;
    bottom: 8%;
    margin-left:-17px;
}
.scrolldown a i{
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    line-height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
    text-align: center;
    color:#fff;
    margin:0 auto;

}
.scrolldown a:hover i{
    opacity: .85;
    -moz-opacity: .85;
    -o-opacity: .85;
    -webkit-opacity: .85;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);

}


/*====================================================================
                 About Section 
======================================================================*/

.main_about_area{
    overflow: hidden;
}
.main_about_area p{
    text-align: justify;
    line-height: 1.8;
	color: #000;
}
.main_about_area h6{
 text-align:justify;
}
.main_about_area .single_about i{
    border:1px solid #ff9a5e;
    color:#ff9a5e;
    width:60px;
    height: 60px;
    line-height: 60px;
    font-size:2.225rem;
    border-radius: 50%;
    margin-bottom:1.875rem;
}



/*=================================================================
                    Service Section
===================================================================*/

.service .container-fluid{
    padding-right: 0px; 
    padding-left: 0px; 
    margin-right: auto; 
    margin-left: auto; 
}
.main_service_content .col-sm-push-6 {
    left: 52%;
}
.main_service_content{
    overflow: hidden;
}
.main_service_content .single_service_area{
    overflow: hidden;
}
.main_service_content img{
    width:100%;
}
.main_service_content .single_service{
    margin-top:25%;
}
.main_service_content .single_service h2{
    font-weight: 700;
    color: #231f20;
}
.single_service.single_service_left_text{
    margin-left:15%;
}




/*=====================================================================
                    portfolio section 
====================================================================*/

.main_portfolio_content{
    display: block
}
.main_portfolio_content .single_portfolio{
    position: relative;
    margin-bottom: 18px;
}
.main_portfolio_content .single_portfolio img{
    width:100%;
}
.main_portfolio_content .single_portfolio:hover .single_portfolio_overlay{
    opacity: 1;
}
.single_portfolio_overlay{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background: rgba(221, 221, 221, 0.60);
    opacity: 0;
    transition: all 0.3s;

}
.single_portfolio_overlay .icon_area{
       position: absolute;
    top: 45%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}
.single_portfolio_overlay .icon_area img{
    width:27px;
    height:25px;
}
.single_portfolio_overlay .icon_area img{
    width:27px;
    height:25px;
}
.single_portfolio.height_1 .icon_area img{
    width:27px;
    height:25px;
}
.single_portfolio img{
    width:100%;
    height: 280px; 

}
.single_portfolio.height_1 img{
    width:100%;
    height: 575px;
}


/*=====================================================================
                   Team Section
====================================================================*/

.main_team_area{
    overflow: hidden;
}
.main_team_area .main_team_content{
    margin-bottom:80px;
    display: inline-block;
}

.single_team:hover .team_socail_area{
    max-height: 40px;
    overflow: hidden;

}
.single_team{
    overflow: hidden;
}
.single_team:hover .single_team_text{
    display: none;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.team_socail_area{
    -webkit-transition: max-height 1s; 
    -moz-transition: max-height 1s; 
    -ms-transition: max-height 1s; 
    -o-transition: max-height 1s; 
    transition: max-height 1s;  
    overflow: hidden;
    max-height: 0;
}
.team_socail_area a i{
    color:#cecece;
    padding: 5px;
    transition: all 0.6s;
}
.team_socail_area a:hover i{
    color:#444;
}

.main_team_area .single_team img{
    width:100%;
}
.main_team_area .single_team .single_team_text{
    padding: 20px;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.main_team_area .single_team .single_team_text h6{
    font-weight: 700;
    color:#231f20;
}
.main_team_area .single_team .single_team_text{
    font-weight: 300;
}

/*=====================================================================
                    Testimonial Section 
====================================================================*/

.main_testimonial_area{
        background: url(../images/bg9.jpg) no-repeat center;
    position: relative;
    min-height: 321px;
    background-attachment: fixed;
    background-size: cover;

}
.main_testimonial_area .head_title h2{
    color:#fff;
}
.main_testimonial_area .head_title h6{
    color:#fff;
}
.testimonial_content .single_test h3{
    width:80%;
    margin:30px auto;
    color:#fff;
}
.testimonial_content .single_test h3:before{
    content: "\f10e";
    text-align: left;
    font-family: fontawesome;
    font-size: 3rem;
    color: #7d7b7d;
    position: absolute;
    z-index: -1;
    padding: 5px;
    left: 9%;    
}

.testimonial_content .single_test p{
    font-size:10px;
    font-weight: 100;
    color:#fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/*=====================================================================
                    Blog Section 
====================================================================*/

.main_blog_area{
    overflow: hidden;
}
.main_blog_area .single_blog_menu{}
.main_blog_area .single_blog{}
.main_blog_area .single_blog_menu h2{
    border-right: 2px solid #bbb;
}
.main_blog_area .single_blog_menu ul{
    margin-top:30%;
}
.main_blog_area .single_blog_menu ul li a{
    color:#bbb;
    line-height: 2.5rem;
}
.main_blog_area .single_blog_menu ul li.active a{
    color:#1e1e1e;
    font-weight: 700;
}
.main_blog_area .single_blog .single_blog_img{}
.main_blog_area .single_blog .single_blog_text{}

.main_blog_area .single_blog .single_blog_text h6{
    font-weight: 500;
}
.main_blog_area .single_blog .single_blog_text span{
    font-weight: 100;
    font-size:0.714rem;
}
.main_blog_area{}




/*=====================================================================
                    Contact Us Section
====================================================================*/


.ourmap{
    height: 648px;
    width:100%;
}

.main_contact_area{
    background: #000;
}
.main_contact_area .head_title{
    width:100%;
}
.main_contact_area .head_title h2{
    color:#fff;
}
.main_contactus_area input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    width: 20%;
    background: #1c1c1c;
    border:1px solid #555;
    border-radius: 30px;
    height: 36px;
    font-size: 0.875rem;
    transition: all 0.6s;
    color:#ddd;
}
.main_contactus_area input[type=submit]:hover {
    background: #000;
    color:#fff;
    border-color:#fff;
}
.main_contactus_area input[type=submit]:focus {
    outline:0;
}




/*=====================================================================
                   Footer Section
====================================================================*/
.footer{
  
}
.main_footer{
    overflow: hidden;
    display: inline-block;
    width:100%;
    padding: 40px 0px;
    border-top: 1px solid #555;
    margin-top: 40px;
}
.main_footer .footer_logo a img{
    width:50%;
}
.main_footer .copyright_text p{
    line-height: 2rem;
    color:#a0a0a0;
}
.footer_bottom
{         padding: 6px 0px;
    border-top: 1px solid #1c5182;
    color: #fff;
    background: #12416c; font-size:13px;}
.copyright_text p
	{text-align:center}
.footer_bottom .copyright_text a{
    padding: 0px 1px;
    color: #d4a309;
}
.main_footer .copyright_text i{
    padding: 0px 5px;
    color:#ff0000;
}

.scrollup a i{
    background: #555;
    color:#ddd;
    border-radius: 50%;
    width:30px;
    height: 30px;
    line-height: 30px;
    transition: all 0.6s;
}
.scrollup a:hover i{
    background: #fff;
    color:#333; 
}


.carousel-fade .carousel-inner .item {
	  opacity: 0;
 -webkit-transition: opacity 1s linear !important;
    -moz-transition: opacity 1s linear !important;
    -ms-transition: opacity 1s linear !important;
    -o-transition: opacity 1s linear !important;
    transition: opacity 1s linear !important;
	
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
  
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.item .slides {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/*=====================================================================
                    scrollup 
====================================================================*/

.scrollup{
      width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: 1.3;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #fff;
    cursor: pointer;
    background-color: #000 !important;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
    text-align: center;
}

.scrollup:hover {
    background: #fff;
    opacity: 1;
}

.scrollup i {
   font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #333;
    left: 0%;
    top: 36%;
    margin-top: -11px;
    margin-left: 0px;
    text-decoration: none;

}


