/*
Theme Name:sawanga
Author:sawanga
*/

.title-head {
    position: relative;
    font-size: 35px;
    color: #242424;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .90px;
    padding-bottom: 20px;
    text-align: center;
}
.title-head:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #000;
    display: block;
    position: relative;
    top: 10px;
    left: 0;
    margin: auto;
}

.member img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top;
}

h2{
    margin:0 0 20px 0;
    color:#191919;
    font-size:36px;
    font-weight:700;
    font-family: "Tiro Devanagari Sanskrit", serif;
    position:relative;
    text-transform: capitalize;
}

h3, h4, h5{
    margin:0 0 20px 0;
    color:#191919;
    font-size:24px;
    font-weight:700;
    font-family: "Tiro Devanagari Sanskrit", serif;
    position:relative;
    text-transform: capitalize;
}

p{
    margin:0 0 20px 0;
    color:#555;
    font-size:14px;
    font-weight:400;
    font-family: "Tiro Devanagari Sanskrit", serif;
    
    line-height:24px;
}

a{
    text-decoration:none!important;
}

button:focus{
    outline:none!important;
}


/* Home*/

.header-socail-link {
    align-items: center;
}

.header-socail-link ul{
    padding:0;
}
 .header-links ul{
    margin-bottom:0;
    padding:0;
}
.header-links ul li{
    display:inline-block;
    margin:0 5px 0 0;
}
.header-links ul li a{
    color: #191919;
    font-size: 14px;
    font-weight: 400;
}
.header-links ul li svg{
    width:14px;
    height:14px;
    margin-right:3px;
    fill:#fff;
}
.none{
    display:none!important;
}
.bg-color{
    position: relative;
    background-color:#eb6705;
    padding:5px 0;
}
.digital-services ul li:hover a {
    position: relative;
}

.digital-services-menu ul{
    margin-bottom:0;
    padding:0;
}

.header-logo{
	display: flex;
    align-items: center;
}
.digital-services-menu ul li{
    display:inline-block;
    vertical-align:middle;
}

.digital-services ul li a{
    font-family: "Tiro Devanagari Sanskrit", serif;
    color: #191919;
    text-decoration:none;
     font-size:18px; 
    display:inline-block;
     font-weight:500;
     border-radius:4px;
     text-transform: capitalize;
     padding:12px 18px;
}
.icon:hover{
	text-decoration:none;
}
.gt_selector{
    width: 80px!important;
    background-color: transparent!important;
    border: none!important;
}
.header-socail-link ul{
    margin-bottom:0;
}
.header-socail-link ul li{
    display:inline-block;
    vertical-align:middle;
}

.header-socail-link ul li a{
    color:#191919;
    text-decoration:none;
    font-size:16px;
    font-weight:400;
}

.header-socail-link ul li a svg{
    fill:#fff;
}

.current-menu-item a{
    	color:#fff!important;
}
.homepage-section-1 ul{
    padding:0;
}
.homepage-section-1 ul li{
    display:block;
}
.homepage-section-1 ul li::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color:#eb6705;
}
.inner-pages label{
    width:100%;
}

.wpcf7-form-control {
    border: 1px solid #d1d1d1;
    padding: 0.5rem;
    border-radius: 4px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

/*over*/

.page-banner .image-section img{
    width:100%;
   height: 325px;
    object-fit: cover;
}
.page-banner{
    position:relative; 
    margin:0 0 50px 0;
}
.img-excerpt{
    position: absolute;
    top: 42%;
    width:auto;
}
.img-excerpt h2{
    margin:0 ;
    color:#fff;
    font-size:36px;
    font-weight:700;
    text-align:left;
    font-family: "Tiro Devanagari Sanskrit", serif;
    text-transform: capitalize;
        text-shadow: 2px 2px 8px #2f1f06;
}



/*Homepage section*/

.homepage-section-1{
	padding:70px 0;
	background-color: #fff;
}
.homepage-section-1 .wp-block-columns {
    margin-bottom: 0;
}
.about-us-section img{
    width:100%;
}
.inner-pages .about-us-section{
    margin: 20px 0 70px 0;
}

.homepage-section-1 .subtitle{
    font-weight: 600;
    font-size: 16px;
    color: #eb6705!important;
    text-transform: uppercase;
    font-family: "Tiro Devanagari Sanskrit", serif;
    letter-spacing: 2px;
}
.homepage-section-1 .subtitle::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #eb6705;
    display: inline-block;
    position: relative;
    margin-left: 10px;
}
.title-head:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #000;
    display: block;
    position: relative;
    top: 10px;
    left: 0;
    margin: auto;
}

#wpadminbar{
    display:none;
}
.scroll {
    position: absolute;
    right: 20px;
    bottom: 70px;
    padding: 20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

#scrollToTopBtn {
    margin: 0 auto;
    position: fixed;
    bottom: 15%;
    right: 12px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    z-index: 1000;
    visibility: hidden;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}

#scrollToTopBtn img{
width:50px;
height:50px;
}


.scroll svg {
    width: 15px;
    height: 15px;
    margin: 0px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

html {
    margin-top: 0px !important;
}

.homepage-section-1 a{
    font-weight: 400;
    font-size: 14px;
    color: #191919!important;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 3px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    background: transparent;
    border: 1px solid #D30918;
    text-transform: capitalize;
    margin: 10px 0 0 0;
    cursor: pointer;
}
.counter {
    border:1px solid #d1d1d1;
    text-align:center;
}
.counter svg{
    margin-top:25px;
    width:80px;
    height:80px;
    fill:#191919;
}
.counter h3{
    font-size:30px;
    margin:20px 0;
}

.top-header{
      background: #fff;
     padding:5px 0;
}
.logo{
	display:flex;
	align-items:center;
}
.logo img{
    width:100px;
}
.logo p {
    margin: 0;
    color: #555;
    font-size: 20px;
    font-weight: 700;
    font-family: "Tiro Devanagari Sanskrit", serif;
    line-height: 24px;
}
.logo p span{
    font-size: 16px;
    font-weight: 400;
    display:block;
}
.top-header ul li a{
        color:#fff!important;
}

footer{
    padding: 50px 0;
    background-color: #0a1715;
    /*background-image: url(https://fhoksdigital.com/wp-content/uploads/2021/07/map-image.png);*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
}
footer h3{
    color: #fff;
    text-decoration: none;
    font-size:1.125rem;
}
footer p{
    color:#797e88;
}
footer svg{
    fill: #797e88;
    width:15px;
    height:15px;
}
footer ul{
   padding:0; 
}

footer ul li{
    display:block;
}
footer li a {
    color: #797e88;
    text-decoration: none;
    font-size:14px;
}

.footer-quick-link{
    padding:0;
}

/* .footer-menu ul li:before {
    font-family: "fontawesome";
    content: "\f105";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 400;
    color: #fff;
    margin: 0 3px 0 0;
} */
.socail-icon{
    margin:30px 0 0 0;
}
.socail-icon ul li{
    display:inline-block;
    text-align:right;
}
.socail-icon ul li span a svg{
    fill:#fff;
    width:30px;
    height:30px;
    margin:0 10px 0 0;
}
.footer-menu .socail-icon ul li a:before{
    display:none;
}




/*media queries for small devices*/


@media screen and (max-width: 700px) {
h2, .img-excerpt h2, .about-us-section .section-title {
    font-size:20px;
}
h2{
    font-size:18px;
}
p{
    font-size:14px;
}

#scrollToTopBtn img{
width:30px;
height:30px;
}
  .digital-services-menu, .digital-services{
    display:none;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px){

.digital-services {
    padding:15px 0;
}
footer img{
    width:100%;
}

}

@media only screen and (min-device-width: 992px) and (max-device-width: 1024px){
 
}



