
		#Cheader-v1 {
		background-color: var(--header-background-color);

	}
#Cheader-v1 .header {
	position: fixed;
	width: 100%;
}

#Cheader-v1 .logo-text {
	color: var(--logo-text-color);
}


#Cheader-v1 a {
	color: var(--header-navigation-color);
}
#Cheader-v1 .logo-main img {
	width: 100px;
}

#Cheader-v1 .fa-bars {
	    color: white;
    background: #113F67;
    padding: 10px;
    border-radius: 5px;
}
#Cheader-v1 .phone-nav {
	  position: absolute;
    background: #113F67;
    width: 100%;
    left: 0;
    top: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

#Cheader-v1 .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
	#Cheader-v1 .container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}

#Cheader-v1 .send-btn {
   background: var(--button-background-color);
    border: 2px solid var(--button-background-color);
    color: var( --button-text-color);
    border-radius: 30px;
    padding: 12px 30px 12px 30px;
}
#Cheader-v1 .send-btn:hover {
    transition: 0.5s;
   opacity: .8;
}

#Cheader-v1 .desktop {
	display: block;
}
#Cheader-v1 .phone {
	display: none !important;
}
#phone-nav {
	display: none !important;
}
@media only screen and (max-width: 750px) {
	#phone-nav {
    display: none;
}
#Cheader-v1 #phone-nav.opened {
    display: block !important;
}
	#Cheader-v1 .desktop {
		display: none !important;
	}
	#Cheader-v1 .phone {
		display: block !important;
	}
}
#CHeroV3 {
                    background-color: var(--hero-background-color);
                }
                #CHeroV3 .content{
                    color: var(--heading-text-color);
                }
                #CHeroV3 .img img{
                    border-radius: 30px;
                }


                #CHeroV3 .hero-btn{
                    padding:13px 25px;
                    color: var( --button-text-color);
                    background-color: var( --button-background-color);
                    border: none;
                    outline: none;
                    cursor: pointer;
                    border-radius: 10px;
                    font-size: medium;
                    font-weight: 700;
                }
                @media only screen and (max-width:1050px){
                    #CHeroV3 .flex-column-md{
                        flex-direction: column;
                    }
                    #CHeroV3 .w-100-md{
                        width: 100% !important;
                    }
                    #CHeroV3 .content{
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                    }
                }
#Cabout-v1.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1270px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
	#Cabout-v1 .container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}

#Cabout-v1  {
    padding: 30px 0;
    background: #fff;
}
#Cabout-v1 h2 {
    font-size: 38px;
    color: #000;
}
#Cabout-v1  p {
    margin-bottom: 15px;
}

#Cabout-v1  p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 15px;
}
#Cabout-v1 img {
    width: 500px;
    display: block;
    border-radius: 100%;
    object-fit: cover;
    height: 500px;
    margin: 0 auto;
    box-shadow: 8px 7px 6px 1px #dadada;
}

@media only screen and (max-width: 1100px) {
    .flex-column-lg {
        flex-direction: column !important;
    }
    .w-100-m{width: 100% !important}
    .align-center{
        align-items: center;
    }

}

                #CListingV3 .hr-listing{
                        width: 10%;
                    /* height: 0px; */
                    background-color: #113F67;
                    border: 2px solid #113F67;
                }
                #CListingV3 .listing-btn{
                    padding:13px 25px;
                    color: white;
                    background-color: #113F67;
                    border: none;
                    outline: none;
                    cursor: pointer;
                    font-size: medium;
                    font-weight: 700;
                    width: 100%;
                }
                #CListingV3 .list-box img{
                    border-radius: 30px;
                    height: 215px;
                    object-fit: cover;
                }


                @media only screen and (max-width: 1200px){
                    #CListingV3 .flex-wrap-ww{
                        flex-wrap: wrap !important;
                    }
                    #CListingV3 .list-box{
                        width: 48% !important;
                    }
                }
                @media only screen and (max-width: 790px){
                    
                    #CListingV3 .list-box{
                        width: 100% !important;
                    }
                    #CListingV3 .title h2{
                        font-size: x-large !important;
                    }
                }


		#CSight-v1 .usa-section {
    background-image: url(../images/c7.jpg);
    height: 55vh;
    background-size: cover;
    position: relative;
    background-position: center;
}

#CSight-v1 .overlay {
    position: absolute;
    height: -webkit-fill-available;
    width: 100%;
    background: black;
    opacity: 0.7;
}
#CSight-v1 .privacy-heading {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    justify-content: center;
    display: flex;
    align-items: center;
}
#CSight-v1 .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1270px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
	#CSight-v1 .container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}

#CSight-v1 .slight-activity .activity-box {
    padding: 25px 0 8px;
    border-bottom: 1px solid #ccc;
}
#CSight-v1 .slight-activity .activity-box p {
    margin-bottom: 15px;
}
#CRandomV1 .hr-random{
                        width: 10%;
                    /* height: 0px; */
                    background-color: #f67f21;
                    border: 2px solid #f67f21;
                }
                #CRandomV1 .random-box img{
                    border-radius: 50%;
                    height: 100px;
                    width:100px;
                    object-fit: cover;


                }
                #CRandomV1 .random-box {
                    border-radius: 20px 20px 20px 20px;
                    overflow: hidden;
                    background-color: #FFFFFF;
                    box-shadow: 0px 15px 22px -6px rgba(0, 0, 0, 0.35);
                    padding: 30px;
                }


                @media only screen and (max-width: 1200px){
                    #CRandomV1 .flex-wrap-ww{
                        flex-wrap: wrap !important;
                    }
                    #CRandomV1 .random-box{
                        width: 42% !important;
                    }
                }
                @media only screen and (max-width: 970px){
                    
                    #CRandomV1 .random-box{
                        width: 40% !important;
                    }
                }
                @media only screen and (max-width: 790px){
                    
                    #CRandomV1 .random-box{
                        width: 100% !important;
                    }
                    #CRandomV1 .title h2{
                        font-size: x-large !important;
                    }
                }

 #Ccontact-v2 .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1270px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
 #Ccontact-v2 .container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}

#Ccontact-v2 {
    padding: 40px 0;
    background: aliceblue;
}
#Ccontact-v2 .contactpage .contact-form {
    padding: 0px;
    text-align: center;
}

#Ccontact-v2 .contact-form {
    position: relative;
    z-index: 1;
}
#Ccontact-v2 .contactpage .contact-form form {
    margin-top: 25px;
    box-sizing: border-box;
}
#Ccontact-v2 .contactpage .contact-form .form-group {
    margin-bottom: 20px;
}
#Ccontact-v2 .contactpage .contact-form .form-group textarea, .contactpage .contact-form .form-group input {
    border: 1px solid #ccc;
    padding: 20px 10px 20px 10px;
    width: 100%;
    font-size: 14px;
    border-radius: 5px
}
#Ccontact-v2 .btn {
    width: -webkit-fill-available;
    color: var(--button-text-color);
    font-size: 19px;
    font-weight: 200;
    cursor: pointer;
    outline: none;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    border-radius: 5px;
    z-index: 1;
    border: 0;
    padding: 15px 40px 15px 40px;
    background: var(--button-background-color);
    border: 2px solid var(--button-background-color);
}

#Ccontact-v2 .btn:hover{
   transition: 0.5s;
    opacity: .8;
}
@media only screen and (max-width:1100px){
    .w-90-md{
        width: 90% !important;
    }
}
@media only screen and (max-width:800px){
    .w-100-md{
        width: 100% !important;
    }
}


#Cfooter-v2 .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1270px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
	#Cfooter-v2 .container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}

#Cfooter-v2 {
    background-color: var(--footer-background-color);
}
#Cfooter-v2 .logo img {
    max-width: 220px;
    height: 100px;
    width: 100px;
}
#Cfooter-v2 .logo a{
    display: flex;
    align-items: center;
}
#Cfooter-v2 .logo a span {
    font-weight: bold;
    color: white;
    font-size: large;
    margin-left: 10px;
}
#Cfooter-v2 .footer-links li {
    padding: 3px 10px;
}
#Cfooter-v2 .footer-links li a {
    color: var(--footer-navigation-color);
    font-weight: 600px !important;
}
#Cfooter-v2 .footer-bottom {
    padding-top: 25px;
    margin-top: 20px;
    border-top: 1px solid rgb(137 137 137 / 23%);
    position: relative;
}
#Cfooter-v2 a{
    text-decoration: none;
}

@media (min-width: 768px) {
    .justify-content-md-between {
        justify-content: space-between !important;
    }
        .mb-md-0 {
        margin-bottom: 0 !important;
    }

}
@media only screen and (max-width:800px){
    .flex-column-md{
        flex-direction: column;
    }
}


.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
	.container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}


.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
	.container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}


.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
	.container {
	    padding-left: 30px;
	    padding-right: 30px;
	}
}