/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Theme Name: ARC
    Version: 1.0
*/
/*Font Start*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,400;1,500;1,600;1,800&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@300;400&display=swap');

/*Font End*/
/* global Css Start */
body{
    color:#2a1b52;
    /*font-family: "Raleway", sans-serif;*/
    font-family: "Open Sans", sans-serif;
}
a{
    text-decoration: none;
}
*:focus{
    outline: none;
}
*{
    transition: all 0.5s ease-in-out;
}
h1,h2,h3,h4,h5{
    color:#62528d;
}
/* global Css End */



/* Common Css Start */
.color-violet{
    color:#62528d;
}
.color-l-violet{
    color:#b6a1c6;
}
.color-white{
    color:#ffffff !important;
}
.bg-l-violet{
    background-color:#f5eefb;
    position: relative;
}
.bg-gray{
    background-color: #f5f5f5;
}
.bg-white{
    background-color:#ffffff;
}
.margin-bottom-10{
    margin-bottom:10px;
}
.margin-bottom-20{
    margin-bottom:20px;
}
.margin-bottom-40{
    margin-bottom:40px;
}
.btn-arc{
    padding: 15px 25px;
    color:#62528d;
    background-color:#b6a1c6;
    border:2px solid #62528d;
    display: inline-block;
    font-weight: 700;
    border-radius: 8px;
}
.btn-arc:hover{
    background-color:#62528d;
    color:#ffffff;
}
.btn-border{
    padding: 10px 20px;
    color:#ffffff;
    border: 2px solid #b6a1c6;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
    background:transparent;
}
.btn-border:hover{
    background-color: #b6a1c6;
    color:#ffffff;
}
.style-1{
    padding: 0;
    list-style-type:none;
}
.style-1 li{
    margin-bottom: 10px;
}
.style-1 li i{
    color:#73609f;
    margin-right: 20px;
}
/* Common Css End */
/*Bootstrap Overwrite Start*/
/*Header Overwrite start*/

.header-wrapper{
    background-color:#73609f;
}
.header-wrapper a{
    color:#ffffff;
}
.header-wrapper a:hover{
    color:#ffffff;
    opacity: 0.75;
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}
.navbar-toggler{
    border:2px solid #ffffff;
}
.navbar-toggler:focus{
    outline: none !important;
    box-shadow:none;
}
.navbar-toggler-icon {
    background-image: url(images/toggler.svg);
}
.header-cst{
    padding-top:20px;
    padding-bottom:20px;
}
.navbar-toggler{
    display:inline-block;
    margin: 0 auto;
}
@media(max-width:767px){
    .navbar-collapse{
        margin-top:20px;
    }
}

/*Header Overwrite End*/
/*Bootstrap Overwrite End*/
.social-strip a{
    margin-right: 10px;
    text-decoration: none
}
.social-strip > li:last-child a{
    margin-right: 0;
}
.social-strip,.contact-wrapper{
    list-style-type: none;
    padding: 0;
}
.social-strip li,.contact-wrapper li{
    display: inline-block;
}
.contact-wrapper li a{
    text-decoration: none;
    font-weight: 700;
}
.contact-wrapper li a:hover{
    color:#b6a1c6;
}
/* Home Page Start */
.social-strip a:hover{
    color:#b6a1c6;
}
.content-section{
    padding:80px 0 40px 0;
}
@media(max-width:767px){
.content-section{
    padding:40px 0 20px 0;
}
}
.frame-violet{
    border: 15px solid #62528d;
}
.frame-violet-r{
    border: 10px solid #62528d;
    border-radius:8px;
    overflow:hidden;
    background-color:#62528d;
}
.frame-violet-r img{
border-radius: 6px;
}
.title{
    color:#62528d;
    font-weight: 500;
    margin-bottom:40px;
}
.title-sm{
    color:#62528d;
    font-weight: 500;
    margin-bottom:20px;
}
.border-card{
    border: 15px solid #62528d;
    background-color: #ffffff;
    border-radius:8px;
    background-color:#62528d;
}
.border-card .content-box {
    padding: 20px 25px;
    text-align: justify;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #ffffff;
}
.btn-solid{
    background-color:#62528d;
    color: #ffffff;
    padding:12px 25px;
    border:2px solid #62528d;
    border-radius: 8px;
    transition: all 0.5s ease-in-out;
    display:inline-block;
}
.btn-solid:hover{
    border:2px solid #62528d;
    color:#62528d;
    background-color: transparent;
}
.border-card .img-box{
    background-image: url("images/woodland 3.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 300px;
    background-color: #f5f5f5;
    background-size: cover;
    position: relative;
}
.img-box .icon-box{
    height: 100%;
    background-color: rgba(98, 82, 141, 0.8);
    color:#ffffff;
    text-align: center;
}
.img-box .icon-box{
    font-size: 81px;
}
.icon-box .icon-wrapper{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
@media(min-width:1200px){
    .height-lg{
        padding-bottom:160px;
    }
    .border-box-container .container{
        margin-top:-211px;
    }
}
.offer-ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.offer-ul li {
    display: inline-block;
    background-color: #62528d;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-right: 5px;
    text-transform: uppercase;
    color: #454648;
    border-radius: 8px;
    color:#ffffff;
}
.form-wraapper input[type="text"],.form-wraapper input[type="email"],.form-wraapper textarea{
    width: 100%;
    padding:10px 20px;
}
.address-box{
    padding: 20px 30px 20px 30px;
    min-height: 501px;
}
.address-box.dark{
    background-color: #b6a1c6;
    text-align:center;
}
.address-box.light{
    background-color: #f5f5f5;
    text-align: center;
}
.address-box > i{
    font-size: 175px;
    color:#73609f;
}
.address-box.dark{
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
}
.address-box.light{
    border-top-right-radius:8px;
    border-bottom-right-radius:8px;
}
.border-box{
    border: 10px solid #62528d;
    position: relative;
    border-radius:8px;
    background-color:#62528d !important;
}
.border-box .content-box{
    padding:40px;
    background-color:#f5eefb;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    height: calc(100% - 8px);
}
.border-box .logo-box{
    padding: 40px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #ffffff;
}


.bullet{
    margin-top: -5px;
    display: inline-block;
}
.img-box-1{
    background-color:#62528d;
}
.img-box-1 img{
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}
.img-box-1 img{
    min-width:100%;
    height:100%;
}
.water-mark{
   position: absolute;
    bottom: 0px;
    z-index: 1;
    opacity: 0.25;
}
.water-mark.left{
    left:0;
}
.water-mark.right{
    right: 0;
}
.bg-l-violet .container{
    z-index:2;
    position:relative;
}

/* Home Page End */









/*Footer Start*/
.footer-cst{
    background-color: #73609f;
    padding:50px 0;
}
/*.footer-cst a.color-white:hover{*/
/*    color:#ffffff;*/
/*}*/
.footer-menu{
    padding: 0;
    list-style-type: none;
}
.footer-menu a{
    color:#ffffff;
}
.footer-menu a:hover,.footer-cst a.color-white:hover{
    opacity: 0.75;
}
.to-top{
    display: inline-block;
    color:#ffffff;
    text-align: center;
    width: 60px;
    height: 60px;
    border: 1px solid #ffffff;
    border-radius: 35px;
}
.to-top:hover{
    color:#ffffff;
    opacity:0.5;
}
.to-top i{
    margin-top:20px;
}
.font-19{
    font-size: 19px;
}
/*Footer End*/

